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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??央?船 | 00111111001111111000100110011011001111111001000101000100 | 3f3f899b3f9144 |
EUC-JP | ??央?船 | 00111111001111111011000111111011001111111100000110100101 | 3f3fb1fb3fc1a5 |
UTF-8 | 卨蟬央卨船 | 111001011000110110101000111010001001111110101100111001011010010010101110111001011000110110101000111010001000100010111001 | e58da8e89face5a4aee58da8e888b9 |
UHC | 卨蟬央卨船 | 11100000110110011110000011010001111001001110011111100000110110011110000011001111 | e0d9e0d1e4e7e0d9e0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)