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?N?] | 001111110011111100111111010110100100011100111111010011100011111101011101 | 3f3f3f5a473f4e3f5d |
SJIS-WIN | ???ZG?N?] | 001111110011111100111111010110100100011100111111010011100011111101011101 | 3f3f3f5a473f4e3f5d |
EUC-JP | ???ZG?N?] | 001111110011111100111111010110100100011100111111010011100011111101011101 | 3f3f3f5a473f4e3f5d |
UTF-8 | 혩짼혪ZG혪N혪] | 11101101100110001010100111101100101001111011110011101101100110001010101001011010010001111110110110011000101010100100111011101101100110001010101001011101 | ed98a9eca7bced98aa5a47ed98aa4eed98aa5d |
UHC | 혩짼혪ZG혪N혪] | 1100001010010001110000101011001011000010100100100101101001000111110000101001001001001110110000101001001001011101 | c291c2b2c2925a47c2924ec2925d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)