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 | 枝巧h | 100011100111110110001101010010011000001010001000 | 8e7d8d498288 |
EUC-JP | 枝巧h | 101110111101111010111001101010101010001111101000 | bbdeb9aaa3e8 |
UTF-8 | 枝巧h | 111001101001111010011101111001011011011110100111111011111011110110001000 | e69e9de5b7a7efbd88 |
UHC | 枝巧h | 111100101010101111001110111001011010001111101000 | f2abcee5a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)