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 | ?少 | 001111111000111110101101 | 3f8fad |
EUC-JP | ?少 | 001111111011111010101111 | 3fbeaf |
UTF-8 | 닳少 | 111010111000101110110011111001011011000010010001 | eb8bb3e5b091 |
UHC | 닳少 | 10110100111000101110000110110100 | b4e2e1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)