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 | 001111111010101001011010010000000011111110101010010110100100000001000010 | 3faa5a403faa5a4042 |
EUC-JP | ?ェZ@?ェZ@B | 0011111110001110101010100101101001000000001111111000111010101010010110100100000001000010 | 3f8eaa5a403f8eaa5a4042 |
UTF-8 | 䵸ェZ@䵸ェZ@B | 1110010010110101101110001110111110111101101010100101101001000000111001001011010110111000111011111011110110101010010110100100000001000010 | e4b5b8efbdaa5a40e4b5b8efbdaa5a4042 |
UHC | ??Z@??Z@B | 001111110011111101011010010000000011111100111111010110100100000001000010 | 3f3f5a403f3f5a4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)