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 | ケ鷸 | 101110011110101001011010 | b9ea5a |
EUC-JP | ケ鷸 | 10001110101110011111001110111011 | 8eb9f3bb |
UTF-8 | ケ鷸 | 111011111011110110111001111010011011011110111000 | efbdb9e9b7b8 |
UHC | ?鷸 | 001111111111110111010011 | 3ffdd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)