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 | 醒? | 100100001100000100111111 | 90c13f |
EUC-JP | 醒? | 110000001100001100111111 | c0c33f |
UTF-8 | 醒싷 | 111010011000011010010010111011001000101110110111 | e98692ec8bb7 |
UHC | 醒싷 | 11100001101001011001101011101111 | e1a59aef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)