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 | 窯讓 | 10010111011100011110011010101000 | 9771e6a8 |
EUC-JP | 窯讓 | 11001101110100101110110010101010 | cdd2ecaa |
UTF-8 | 窯讓 | 111001111010101010101111111010001010111010010011 | e7aaafe8ae93 |
UHC | 窯讓 | 11101001101000101110010111010011 | e9a2e5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)