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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韈鷹ケソ赭 | 1110100011100111100100011110100110111001101111111110011011011110 | e8e791e9b9bfe6de |
EUC-JP | 韈鷹ケソ赭 | 11110000111010011100001011101011100011101011100110001110101111111110110011100000 | f0e9c2eb8eb98ebfece0 |
UTF-8 | 韈鷹ケソ赭 | 111010011001111110001000111010011011011110111001111011111011110110111001111011111011110110111111111010001011010110101101 | e99f88e9b7b9efbdb9efbdbfe8b5ad |
UHC | ?鷹??? | 001111111110101111101101001111110011111100111111 | 3febed3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)