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 | 毅ゆ? | 1000101101000010100000101110010000111111 | 8b4282e43f |
EUC-JP | 毅ゆ? | 1011010110100011101001001110011000111111 | b5a3a4e63f |
UTF-8 | 毅ゆ췃 | 111001101010111110000101111000111000001010000110111011001011011110000011 | e6af85e38286ecb783 |
UHC | 毅ゆ췃 | 111010111111011010101010111001101010110110011111 | ebf6aae6ad9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)