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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 訛?訛?^ | 11100110011000010011111111100110011000010011111101011110 | e6613fe6613f5e |
EUC-JP | 訛?訛?^ | 11101011110000100011111111101011110000100011111101011110 | ebc23febc23f5e |
UTF-8 | 訛뢞訛뢞^ | 11101000101010001001101111101011101000101001111011101000101010001001101111101011101000101001111001011110 | e8a89beba29ee8a89beba29e5e |
UHC | 訛뢞訛뢞^ | 111010001100010110001111010110011110100011000101100011110101100101011110 | e8c58f59e8c58f595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)