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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 桄o | 111110101110011001101111 | fae66f |
EUC-JP | 桄o | 10001111110000111101100001101111 | 8fc3d86f |
UTF-8 | 桄o | 11100110101000011000010001101111 | e6a1846f |
UHC | ?o | 0011111101101111 | 3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)