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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 跌ク豺。褄宇 | 11100110111010011011100011100110101101111010000111100101111010111000100101000110 | e6e9b8e6b7a1e5eb8946 |
EUC-JP | 跌ク豺。褄宇 | 111011001110101110001110101110001110110010111001100011101010000111101010111011011011000110100111 | eceb8eb8ecb98ea1eaedb1a7 |
UTF-8 | 跌ク豺。褄宇 | 111010001011011110001100111011111011110110111000111010001011000110111010111011111011110110100001111010001010010010000100111001011010111010000111 | e8b78cefbdb8e8b1baefbda1e8a484e5ae87 |
UHC | 跌?豺??宇 | 111100101111011000111111111000111100111100111111001111111110100111010100 | f2f63fe3cf3f3fe9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)