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 | 111110100101111000111111100001110111001001101000 | fa5e3f877268 |
EUC-JP | 鍈??h | 100011111110010011101001001111110011111101101000 | 8fe4e93f3f68 |
UTF-8 | 鍈ㅻ㎎h | 11101001100011011000100011100011100001011011101111100011100011101000111001101000 | e98d88e385bbe38e8e68 |
UHC | 鍈ㅻ㎎h | 11100111110011001010010011101011101001111011011101101000 | e7cca4eba7b768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)