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 | 韈鷹ケソ涇 | 1110100011100111100100011110100110111001101111111111101011111011 | e8e791e9b9bffafb |
EUC-JP | 韈鷹ケソ涇 | 1111000011101001110000101110101110001110101110011000111010111111100011111100011111000111 | f0e9c2eb8eb98ebf8fc7c7 |
UTF-8 | 韈鷹ケソ涇 | 111010011001111110001000111010011011011110111001111011111011110110111001111011111011110110111111111001101011011010000111 | e99f88e9b7b9efbdb9efbdbfe6b687 |
UHC | ?鷹??涇 | 00111111111010111110110100111111001111111100110011011100 | 3febed3f3fccdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)