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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | エ釵ケh | 11110000101111011011010011100111110111101011100101101000 | f0bdb4e7deb968 |
EUC-JP | ?エ釵ケh | 0011111110001110101101001110111011100000100011101011100101101000 | 3f8eb4eee08eb968 |
UTF-8 | エ釵ケh | 11101110100000011011110011101111101111011011010011101001100001111011010111101111101111011011100101101000 | ee81bcefbdb4e987b5efbdb968 |
UHC | ??釵?h | 001111110011111111110011111110110011111101101000 | 3f3ff3fb3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)