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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 烏△ | 10001001010001111000000110100010 | 894781a2 |
EUC-JP | 烏△ | 10110001101010001010001010100100 | b1a8a2a4 |
UTF-8 | 烏△ | 111001111000001110001111111000101001011010110011 | e7838fe296b3 |
UHC | 烏△ | 11101000101000011010000111100010 | e8a1a1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)