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 | 韲萌 | 11101000111011001001011001000111 | e8ec9647 |
EUC-JP | 韲萌 | 11110000111011101100101110101000 | f0eecba8 |
UTF-8 | 韲萌 | 111010011001111110110010111010001001000010001100 | e99fb2e8908c |
UHC | ?萌 | 001111111101100011110000 | 3fd8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)