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 | 逅覯 | 11100111100100001110011001010001 | e790e651 |
EUC-JP | 逅覯 | 11101101111100001110101110110010 | edf0ebb2 |
UTF-8 | 逅覯 | 111010011000000010000101111010001010011010101111 | e98085e8a6af |
UHC | 逅? | 111111011011000100111111 | fdb13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)