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 | ??VB | 00111111001111110101011001000010 | 3f3f5642 |
SJIS-WIN | 蔗クVB | 1110010011110010101110000101011001000010 | e4f2b85642 |
EUC-JP | 蔗クVB | 111010001111010010001110101110000101011001000010 | e8f48eb85642 |
UTF-8 | 蔗クVB | 1110100010010100100101111110111110111101101110000101011001000010 | e89497efbdb85642 |
UHC | 蔗?VB | 1110110110111101001111110101011001000010 | edbd3f5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)