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 | 10010111010010111110011101111101100111010101111101101000 | 974be77d9d5f68 |
EUC-JP | 揖轗拈h | 11001101101011001110110111011110110110011100000001101000 | cdacedded9c068 |
UTF-8 | 揖轗拈h | 11100110100011111001011011101000101111011001011111100110100010111000100001101000 | e68f96e8bd97e68b8868 |
UHC | 揖?拈h | 111010111110011100111111110100101011100101101000 | ebe73fd2b968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)