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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 錚???窪?B | 111010000100001000111111001111110011111110001100010001010011111101000010 | e8423f3f3f8c453f42 |
EUC-JP | 錚???窪?B | 111011111010001100111111001111110011111110110111101001100011111101000010 | efa33f3f3fb7a63f42 |
UTF-8 | 錚렡渽렜窪렜B | 11101001100011001001101011101011101000001010000111100110101110001011110111101011101000001001110011100111101010101010101011101011101000001001110001000010 | e98c9aeba0a1e6b8bdeba09ce7aaaaeba09c42 |
UHC | 錚렡渽렜窪렜B | 11101110101101101000111010110010111011101010101010001110101011101110100011000001100011101010111001000010 | eeb68eb2eeaa8eaee8c18eae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)