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 | 讓? | 111001101010100000111111 | e6a83f |
EUC-JP | 讓? | 111011001010101000111111 | ecaa3f |
UTF-8 | 讓뜚 | 111010001010111010010011111010111001110010011010 | e8ae93eb9c9a |
UHC | 讓뜚 | 11100101110100111000110110011101 | e5d38d9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)