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 | 111110101110001101101111 | fae36f |
EUC-JP | 桒o | 10001111110000111100100101101111 | 8fc3c96f |
UTF-8 | 桒o | 11100110101000011001001001101111 | e6a1926f |
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)