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 | 10010111010010111110011101111101111001001001111101000010 | 974be77de49f42 |
EUC-JP | 揖轗茵B | 11001101101011001110110111011110111010001010000101000010 | cdaceddee8a142 |
UTF-8 | 揖轗茵B | 11100110100011111001011011101000101111011001011111101000100011001011010101000010 | e68f96e8bd97e88cb542 |
UHC | 揖?茵B | 111010111110011100111111111011001110000001000010 | ebe73fece042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)