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 | 熱? | 100101000100110100111111 | 944d3f |
EUC-JP | 熱? | 110001111010111000111111 | c7ae3f |
UTF-8 | 熱딣 | 111001111000011010110001111010111001010010100011 | e786b1eb94a3 |
UHC | 熱딣 | 11100110111100001000101101000110 | e6f08b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)