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 | 111010100110100110011100010001001000001010001000 | ea699c448288 |
EUC-JP | 麒廛h | 111100111100101011010111101001011010001111101000 | f3cad7a5a3e8 |
UTF-8 | 麒廛h | 111010011011101010010010111001011011101110011011111011111011110110001000 | e9ba92e5bb9befbd88 |
UHC | 麒廛h | 110100011100101111101110111110001010001111101000 | d1cbeef8a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)