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 | ??Z@??Z@B | 001111110011111101011010010000000011111100111111010110100100000001000010 | 3f3f5a403f3f5a4042 |
SJIS-WIN | 嶸ェZ@嶸ェZ@B | 1111101010110100101010100101101001000000111110101011010010101010010110100100000001000010 | fab4aa5a40fab4aa5a4042 |
EUC-JP | 嶸ェZ@嶸ェZ@B | 100011111011101111110100100011101010101001011010010000001000111110111011111101001000111010101010010110100100000001000010 | 8fbbf48eaa5a408fbbf48eaa5a4042 |
UTF-8 | 嶸ェZ@嶸ェZ@B | 1110010110110110101110001110111110111101101010100101101001000000111001011011011010111000111011111011110110101010010110100100000001000010 | e5b6b8efbdaa5a40e5b6b8efbdaa5a4042 |
UHC | 嶸?Z@嶸?Z@B | 1110011110101110001111110101101001000000111001111010111000111111010110100100000001000010 | e7ae3f5a40e7ae3f5a4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)