To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 琲犹≠ | 111000001110100011100000101110011000000110000010 | e0e8e0b98182 |
EUC-JP | 琲犹≠ | 111000001110101011100000101110111010000111100010 | e0eae0bba1e2 |
UTF-8 | 琲犹≠ | 111001111001000010110010111001111000101010111001111000101000100110100000 | e790b2e78ab9e289a0 |
UHC | ??≠ | 00111111001111111010000111000001 | 3f3fa1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)