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 | 譏樶 | 11100110100110001001111011101110 | e6989eee |
EUC-JP | 譏樶 | 11101011111110001101110011110000 | ebf8dcf0 |
UTF-8 | 譏樶 | 111010001010110110001111111001101010100010110110 | e8ad8fe6a8b6 |
UHC | 譏? | 110100011100000100111111 | d1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)