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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 薔ワ舟W | 11100101010010111000001110001111100011110100110101010111 | e54b838f8f4d57 |
EUC-JP | 薔ワ舟W | 11101001101011001010010111101111101111011010111001010111 | e9aca5efbdae57 |
UTF-8 | 薔ワ舟W | 11101000100101101001010011100011100000111010111111101000100010001001111101010111 | e89694e383afe8889f57 |
UHC | 薔ワ舟W | 11101101111110011010101111101111111100011100011101010111 | edf9abeff1c757 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)