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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 揖贔ΙB | 10010111010010111110011011011011100000111010011101000010 | 974be6db83a742 |
EUC-JP | 揖贔ΙB | 11001101101011001110110011011101101001101010100101000010 | cdacecdda6a942 |
UTF-8 | 揖贔ΙB | 111001101000111110010110111010001011010010010100110011101001100101000010 | e68f96e8b494ce9942 |
UHC | 揖?ΙB | 111010111110011100111111101001011100100101000010 | ebe73fa5c942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)