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 | ??N^ | 00111111001111110100111001011110 | 3f3f4e5e |
SJIS-WIN | 邀オN^ | 1110011110110001101101010100111001011110 | e7b1b54e5e |
EUC-JP | 邀オN^ | 111011101011001110001110101101010100111001011110 | eeb38eb54e5e |
UTF-8 | 邀オN^ | 1110100110000010100000001110111110111101101101010100111001011110 | e98280efbdb54e5e |
UHC | 邀?N^ | 1110100110101101001111110100111001011110 | e9ad3f4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)