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 | 燕軾 | 10001001100011011110011101100111 | 898de767 |
EUC-JP | 燕軾 | 10110001111011011110110111001000 | b1ededc8 |
UTF-8 | 燕軾 | 111001111000011110010101111010001011101110111110 | e78795e8bbbe |
UHC | 燕軾 | 11100110110110001110001111011100 | e6d8e3dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)