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 | ????LB | 001111110011111100111111001111110100110001000010 | 3f3f3f3f4c42 |
SJIS-WIN | 肢?蜘?LB | 1000111010001000001111111001001001110111001111110100110001000010 | 8e883f92773f4c42 |
EUC-JP | 肢?蜘?LB | 1011101111101000001111111100001111011000001111110100110001000010 | bbe83fc3d83f4c42 |
UTF-8 | 肢렍蜘렲LB | 1110100010000010101000101110101110100000100011011110100010011100100110001110101110100000101100100100110001000010 | e882a2eba08de89c98eba0b24c42 |
UHC | 肢렍蜘렲LB | 11110010101101101000111010100011111100101011101110001110101111110100110001000010 | f2b68ea3f2bb8ebf4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)