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 | ???ZG?PB | 0011111100111111001111110101101001000111001111110101000001000010 | 3f3f3f5a473f5042 |
SJIS-WIN | ???ZG?PB | 0011111100111111001111110101101001000111001111110101000001000010 | 3f3f3f5a473f5042 |
EUC-JP | ???ZG?PB | 0011111100111111001111110101101001000111001111110101000001000010 | 3f3f3f5a473f5042 |
UTF-8 | 혩짼혪ZG혪PB | 11101101100110001010100111101100101001111011110011101101100110001010101001011010010001111110110110011000101010100101000001000010 | ed98a9eca7bced98aa5a47ed98aa5042 |
UHC | 혩짼혪ZG혪PB | 110000101001000111000010101100101100001010010010010110100100011111000010100100100101000001000010 | c291c2b2c2925a47c2925042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)