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 | 雅Β | 10001001111010111000001110100000 | 89eb83a0 |
EUC-JP | 雅Β | 10110010111011011010011010100010 | b2eda6a2 |
UTF-8 | 雅Β | 1110100110011011100001011100111010010010 | e99b85ce92 |
UHC | 雅Β | 11100100101110101010010111000010 | e4baa5c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)