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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 瀛??x | 1110000001101001001111110011111101111000 | e0693f3f78 |
EUC-JP | 瀛??x | 1101111111001010001111110011111101111000 | dfca3f3f78 |
UTF-8 | 瀛롰뢐x | 11100111100000001001101111101011101000011011000011101011101000101001000001111000 | e7809beba1b0eba29078 |
UHC | 瀛롰뢐x | 11100111101110101000111011101101100011110100101101111000 | e7ba8eed8f4b78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)