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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豸詣豸鯨 | 1110011010110110100011000111011111100110101101101000110001111110 | e6b68c77e6b68c7e |
EUC-JP | 豸詣豸鯨 | 1110110010111000101101111101100011101100101110001011011111011111 | ecb8b7d8ecb8b7df |
UTF-8 | 豸詣豸鯨 | 111010001011000110111000111010001010100110100011111010001011000110111000111010011010111110101000 | e8b1b8e8a9a3e8b1b8e9afa8 |
UHC | ?詣?鯨 | 001111111110011111100001001111111100110011110100 | 3fe7e13fccf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)