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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 膊癢 | 11100100010011011110000110011000 | e44de198 |
EUC-JP | 膊癢 | 11100111101011101110000111111000 | e7aee1f8 |
UTF-8 | 膊癢 | 111010001000011010001010111001111001100110100010 | e8868ae799a2 |
UHC | 膊? | 110110101101101100111111 | dadb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)