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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 歪??餘? | 10011000011000110011111100111111111010010101000000111111 | 98633f3fe9503f |
EUC-JP | 歪??餘? | 11001111110001000011111100111111111100011011000100111111 | cfc43f3ff1b13f |
UTF-8 | 歪귚퉿餘퀯 | 111001101010110110101010111010101011011110011010111011011000100110111111111010011010010010011000111011011000000010101111 | e6adaaeab79aed89bfe9a498ed80af |
UHC | 歪귚퉿餘퀯 | 11101000111000001000001011100100101110011001011111100110101011101011010001000010 | e8e082e4b997e6aeb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)