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 | ?勳 | 001111111001100110101100 | 3f99ac |
EUC-JP | ?勳 | 001111111101001010101110 | 3fd2ae |
UTF-8 | 㲉勳 | 111000111011001010001001111001011000101110110011 | e3b289e58bb3 |
UHC | ?勳 | 001111111111110110110011 | 3ffdb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)