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 | 脂璧認 | 100011101000100111100000111110001001010001000110 | 8e89e0f89446 |
EUC-JP | 脂璧認 | 101110111110100111100000111110101100011110100111 | bbe9e0fac7a7 |
UTF-8 | 脂璧認 | 111010001000010010000010111001111001001010100111111010001010101010001101 | e88482e792a7e8aa8d |
UHC | 脂璧認 | 111100101011011111011011111111011110110011100011 | f2b7dbfdece3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)