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 | 100111101011101100111111100001110111001001101000 | 9ebb3f877268 |
EUC-JP | 椽??h | 1101110010111101001111110011111101101000 | dcbd3f3f68 |
UTF-8 | 椽ㅻ㎎h | 11100110101001001011110111100011100001011011101111100011100011101000111001101000 | e6a4bde385bbe38e8e68 |
UHC | 椽ㅻ㎎h | 11100110110010111010010011101011101001111011011101101000 | e6cba4eba7b768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)