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 | 0011111101000000001111110101101001000000001111110100000000111111010110100100000001000010 | 3f403f5a403f403f5a4042 |
SJIS-WIN | ?@?Z@?@?Z@B | 0011111101000000001111110101101001000000001111110100000000111111010110100100000001000010 | 3f403f5a403f403f5a4042 |
EUC-JP | ?@?Z@?@?Z@B | 0011111101000000001111110101101001000000001111110100000000111111010110100100000001000010 | 3f403f5a403f403f5a4042 |
UTF-8 | 혪@혪Z@혪@혪Z@B | 11101101100110001010101001000000111011011001100010101010010110100100000011101101100110001010101001000000111011011001100010101010010110100100000001000010 | ed98aa40ed98aa5a40ed98aa40ed98aa5a4042 |
UHC | 혪@혪Z@혪@혪Z@B | 110000101001001001000000110000101001001001011010010000001100001010010010010000001100001010010010010110100100000001000010 | c29240c2925a40c29240c2925a4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)