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 | 翫? | 100010101110001100111111 | 8ae33f |
EUC-JP | 翫? | 101101001110010100111111 | b4e53f |
UTF-8 | 翫렯 | 111001111011111110101011111010111010000010101111 | e7bfabeba0af |
UHC | 翫렯 | 11101000110100011000111010111100 | e8d18ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)