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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 壕? | 100011011000100000111111 | 8d883f |
EUC-JP | 壕? | 101110011110100000111111 | b9e83f |
UTF-8 | 壕렜 | 111001011010001110010101111010111010000010011100 | e5a395eba09c |
UHC | 壕렜 | 11111011101111011000111010101110 | fbbd8eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)