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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??船 | 00111111001111111001000101000100 | 3f3f9144 |
EUC-JP | ??船 | 00111111001111111100000110100101 | 3f3fc1a5 |
UTF-8 | 말뚜船 | 111010111010011110010000111010111001101010011100111010001000100010111001 | eba790eb9a9ce888b9 |
UHC | 말뚜船 | 101110001011101110110110110100011110000011001111 | b8bbb6d1e0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)