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 | ÞÎ@ | 110111101100111001000000 | dece40 |
SJIS-WIN | ??@ | 001111110011111101000000 | 3f3f40 |
EUC-JP | ÞÎ@ | 10001111101010011011000010001111101010101100001001000000 | 8fa9b08faac240 |
UTF-8 | ÞÎ@ | 1100001110011110110000111000111001000000 | c39ec38e40 |
UHC | Þ?@ | 10101000101011010011111101000000 | a8ad3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)