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 | 族俗 | 10010001101100001001000110101101 | 91b091ad |
EUC-JP | 族俗 | 11000010101100101100001010101111 | c2b2c2af |
UTF-8 | 族俗 | 111001101001011110001111111001001011111110010111 | e6978fe4bf97 |
UHC | 族俗 | 11110000111010011110000111010100 | f0e9e1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)