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 | ?荷 | 001111111000100111010111 | 3f89d7 |
EUC-JP | ?荷 | 001111111011001011011001 | 3fb2d9 |
UTF-8 | 뤩荷 | 111010111010010010101001111010001000110110110111 | eba4a9e88db7 |
UHC | 뤩荷 | 10001111110101111111100111000011 | 8fd7f9c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)