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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ??艇?B | 001111110011111110010010111110000011111101000010 | 3f3f92f83f42 |
EUC-JP | 塡?艇?B | 1000111110111000101101000011111111000100111110100011111101000010 | 8fb8b43fc4fa3f42 |
UTF-8 | 塡렣艇렣B | 11100101101000011010000111101011101000001010001111101000100010011000011111101011101000001010001101000010 | e5a1a1eba0a3e88987eba0a342 |
UHC | 塡렣艇렣B | 111011101111001110001110101101001110111111110011100011101011010001000010 | eef38eb4eff38eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)