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 | ェ゚ | 100000110100011011011111 | 8346df |
EUC-JP | ェ゚ | 10100101101001111000111011011111 | a5a78edf |
UTF-8 | ェ゚ | 111000111000001010100111111011111011111010011111 | e382a7efbe9f |
UHC | ェ? | 101010111010011100111111 | aba73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)