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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陌狩ゥケ | 111010001001100110001110111010111010100110111001 | e8998eeba9b9 |
EUC-JP | 陌狩ゥケ | 1110111111111001101111001110110110001110101010011000111010111001 | eff9bced8ea98eb9 |
UTF-8 | 陌狩ゥケ | 111010011001100110001100111001111000101110101001111011111011110110101001111011111011110110111001 | e9998ce78ba9efbda9efbdb9 |
UHC | 陌狩?? | 110110001110100011100010101011010011111100111111 | d8e8e2ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)