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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 拜皙拜皙^ | 100111010110000011100001101010101001110101100000111000011010101001011110 | 9d60e1aa9d60e1aa5e |
EUC-JP | 拜皙拜皙^ | 110110011100000111100010101011001101100111000001111000101010110001011110 | d9c1e2acd9c1e2ac5e |
UTF-8 | 拜皙拜皙^ | 11100110100010111001110011100111100110101001100111100110100010111001110011100111100110101001100101011110 | e68b9ce79a99e68b9ce79a995e |
UHC | 拜?拜?^ | 11011011110010000011111111011011110010000011111101011110 | dbc83fdbc83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)