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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 爲徼E | 1110000010101000100111000111010001000101 | e0a89c7445 |
EUC-JP | 爲徼E | 1110000010101010110101111101010101000101 | e0aad7d545 |
UTF-8 | 爲徼E | 11100111100010001011001011100101101111101011110001000101 | e788b2e5bebc45 |
UHC | 爲?E | 11101010110100110011111101000101 | ead33f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)