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 | 諞真 | 11100110100001101001000001011110 | e686905e |
EUC-JP | 諞真 | 11101011111001101011111110111111 | ebe6bfbf |
UTF-8 | 諞真 | 111010001010101110011110111001111001110010011111 | e8ab9ee79c9f |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)