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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 唵? | 10001111101101011101000100111111 | 8fb5d13f |
UTF-8 | 唵瑥 | 111001011001010010110101111001111001000110100101 | e594b5e791a5 |
UHC | 唵瑥 | 11100100110110101110100010101111 | e4dae8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)