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 | 頻? | 100101010111000000111111 | 95703f |
EUC-JP | 頻? | 110010011101000100111111 | c9d13f |
UTF-8 | 頻┢ | 111010011010000010111011111000101001010010100010 | e9a0bbe294a2 |
UHC | 頻┢ | 11011110101110101010011011001100 | debaa6cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)