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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鞴ォ魍 | 1110100011100100101010111110100110110001 | e8e4abe9b1 |
EUC-JP | 鞴ォ魍 | 111100001110011010001110101010111111001010110011 | f0e68eabf2b3 |
UTF-8 | 鞴ォ魍 | 111010011001111010110100111011111011110110101011111010011010110110001101 | e99eb4efbdabe9ad8d |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)