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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 蟾仙勣蝗!B | 1110010110110111100100001110010110011001101010001110010110011011100000010100100101000010 | e5b790e599a8e59b814942 |
EUC-JP | 蟾仙勣蝗!B | 1110101010111001110000001110011111010010101010101110100111111011101000011010101001000010 | eab9c0e7d2aae9fba1aa42 |
UTF-8 | 蟾仙勣蝗!B | 11101000100111111011111011100100101110111001100111100101100010111010001111101000100111011001011111101111101111001000000101000010 | e89fbee4bb99e58ba3e89d97efbc8142 |
UHC | 蟾仙勣蝗!B | 1110000011101010111000001011100111101110110100111111110011011001101000111010000101000010 | e0eae0b9eed3fcd9a3a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)