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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 閻纂BF | 111010001000010110001110010110110100001001000110 | e8858e5b4246 |
EUC-JP | 閻纂BF | 111011111110010110111011101111000100001001000110 | efe5bbbc4246 |
UTF-8 | 閻纂BF | 1110100110010110101110111110011110111010100000100100001001000110 | e996bbe7ba824246 |
UHC | 閻纂BF | 111001111010001011110011110000110100001001000110 | e7a2f3c34246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)