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 | @»D@ | 1001001001000000100100011011101110010010010001001001001001000000 | 924091bb92449240 |
SJIS-WIN | ?@???D?@ | 0011111101000000001111110011111100111111010001000011111101000000 | 3f403f3f3f443f40 |
EUC-JP | ?@???D?@ | 0011111101000000001111110011111100111111010001000011111101000000 | 3f403f3f3f443f40 |
UTF-8 | @»D@ | 11000010100100100100000011000010100100011100001010111011110000101001001001000100110000101001001001000000 | c29240c291c2bbc29244c29240 |
UHC | ?@???D?@ | 0011111101000000001111110011111100111111010001000011111101000000 | 3f403f3f3f443f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)