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 | 11111011110010111011100011111011111100001010100001101000 | fbcbb8fbf0a868 |
EUC-JP | 鉧ク?ィh | 100011111110001111101001100011101011100000111111100011101010100001101000 | 8fe3e98eb83f8ea868 |
UTF-8 | 鉧ク靍ィh | 11101001100010011010011111101111101111011011100011101001100111011000110111101111101111011010100001101000 | e989a7efbdb8e99d8defbda868 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)