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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辯滄ゥ零ァ | 1110011110000111100111111110100110101001100101111110101110100111 | e7879fe9a997eba7 |
EUC-JP | 辯滄ゥ零ァ | 11101101111001111101111011101011100011101010100111001110111011011000111010100111 | ede7deeb8ea9ceed8ea7 |
UTF-8 | 辯滄ゥ零ァ | 111010001011111010101111111001101011101110000100111011111011110110101001111010011001101110110110111011111011110110100111 | e8beafe6bb84efbda9e99bb6efbda7 |
UHC | 辯滄?零? | 1101110010101010111100111110011100111111110101101100001100111111 | dcaaf3e73fd6c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)