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 | 00111111010110100100000000111111010110100100000001000010 | 3f5a403f5a4042 |
SJIS-WIN | ?Z@?Z@B | 00111111010110100100000000111111010110100100000001000010 | 3f5a403f5a4042 |
EUC-JP | ?Z@?Z@B | 00111111010110100100000000111111010110100100000001000010 | 3f5a403f5a4042 |
UTF-8 | 혪Z@혪Z@B | 1110110110011000101010100101101001000000111011011001100010101010010110100100000001000010 | ed98aa5a40ed98aa5a4042 |
UHC | 혪Z@혪Z@B | 110000101001001001011010010000001100001010010010010110100100000001000010 | c2925a40c2925a4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)