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 | 經ш耳 | 111000110101001110000100100010101000111010101000 | e353848a8ea8 |
EUC-JP | 經ш耳 | 111001011011010010100111111010101011110010101010 | e5b4a7eabcaa |
UTF-8 | 經ш耳 | 1110011110110110100100111101000110001000111010001000000010110011 | e7b693d188e880b3 |
UHC | 經ш耳 | 110011001110100010101100111010101110110010111100 | cce8aceaecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)