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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 獨獗砠h | 11100000110101011110000011010011111000011110011101101000 | e0d5e0d3e1e768 |
EUC-JP | 獨獗砠h | 11100000110101111110000011010101111000101110100101101000 | e0d7e0d5e2e968 |
UTF-8 | 獨獗砠h | 11100111100011011010100011100111100011011001011111100111101000001010000001101000 | e78da8e78d97e7a0a068 |
UHC | 獨獗?h | 110101001011110011001111111100010011111101101000 | d4bccff13f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)