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 | ??Uy | 00111111001111110101010101111001 | 3f3f5579 |
SJIS-WIN | 蔗クUy | 1110010011110010101110000101010101111001 | e4f2b85579 |
EUC-JP | 蔗クUy | 111010001111010010001110101110000101010101111001 | e8f48eb85579 |
UTF-8 | 蔗クUy | 1110100010010100100101111110111110111101101110000101010101111001 | e89497efbdb85579 |
UHC | 蔗?Uy | 1110110110111101001111110101010101111001 | edbd3f5579 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)