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 | @~@ | 1001001001000000011111101001001001000000 | 92407e9240 |
SJIS-WIN | ?@~?@ | 0011111101000000011111100011111101000000 | 3f407e3f40 |
EUC-JP | ?@~?@ | 0011111101000000011111100011111101000000 | 3f407e3f40 |
UTF-8 | @~@ | 11000010100100100100000001111110110000101001001001000000 | c292407ec29240 |
UHC | ?@~?@ | 0011111101000000011111100011111101000000 | 3f407e3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)