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 | 湖? | 100011001100111000111111 | 8cce3f |
EUC-JP | 湖駙 | 1011100011010000100011111110100110101001 | b8d08fe9a9 |
UTF-8 | 湖駙 | 111001101011100110010110111010011010011110011001 | e6b996e9a799 |
UHC | 湖駙 | 11111011110010011101110110111111 | fbc9ddbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)