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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跌ク豺。蓍 | 1110011011101001101110001110011010110111101000011110010011100111 | e6e9b8e6b7a1e4e7 |
EUC-JP | 跌ク豺。蓍 | 11101100111010111000111010111000111011001011100110001110101000011110100011101001 | eceb8eb8ecb98ea1e8e9 |
UTF-8 | 跌ク豺。蓍 | 111010001011011110001100111011111011110110111000111010001011000110111010111011111011110110100001111010001001001110001101 | e8b78cefbdb8e8b1baefbda1e8938d |
UHC | 跌?豺?蓍 | 1111001011110110001111111110001111001111001111111110001111001001 | f2f63fe3cf3fe3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)