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 | ?宋 | 001111111001000101110110 | 3f9176 |
EUC-JP | ?宋 | 001111111100000111010111 | 3fc1d7 |
UTF-8 | 떚宋 | 111010111001011010011010111001011010111010001011 | eb969ae5ae8b |
UHC | 떚宋 | 10001011101100001110000111100100 | 8bb0e1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)