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 | ??]??? | 001111110011111101011101001111110011111100111111 | 3f3f5d3f3f3f |
SJIS-WIN | 巐ェ]嶸キ嶸 | 111110101011011010101010010111011111101010110100101101111111101010110100 | fab6aa5dfab4b7fab4 |
EUC-JP | 巐ェ]嶸キ嶸 | 1000111110111011111110011000111010101010010111011000111110111011111101001000111010110111100011111011101111110100 | 8fbbf98eaa5d8fbbf48eb78fbbf4 |
UTF-8 | 巐ェ]嶸キ嶸 | 11100101101101111001000011101111101111011010101001011101111001011011011010111000111011111011110110110111111001011011011010111000 | e5b790efbdaa5de5b6b8efbdb7e5b6b8 |
UHC | ??]嶸?嶸 | 0011111100111111010111011110011110101110001111111110011110101110 | 3f3f5de7ae3fe7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)