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 | 孺? | 100110110111110100111111 | 9b7d3f |
EUC-JP | 孺? | 110101011101111000111111 | d5de3f |
UTF-8 | 孺젝 | 111001011010110110111010111011001010000010011101 | e5adbaeca09d |
UHC | 孺젝 | 11101010111010001100000110100111 | eae8c1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)