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 | 鞜薹鴒 | 111010001101111111100101010101101110100111110111 | e8dfe556e9f7 |
EUC-JP | 鞜薹鴒 | 111100001110000111101001101101111111001011111001 | f0e1e9b7f2f9 |
UTF-8 | 鞜薹鴒 | 111010011001111010011100111010001001011010111001111010011011010010010010 | e99e9ce896b9e9b492 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)