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 | ?曝 | 001111111001010010011000 | 3f9498 |
EUC-JP | ?曝 | 001111111100011111111000 | 3fc7f8 |
UTF-8 | 뤩曝 | 111010111010010010101001111001101001101110011101 | eba4a9e69b9d |
UHC | 뤩曝 | 10001111110101111111100011101101 | 8fd7f8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)