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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辱????? | 10010000010010100011111100111111001111110011111100111111 | 904a3f3f3f3f3f |
EUC-JP | 辱????? | 10111111101010110011111100111111001111110011111100111111 | bfab3f3f3f3f3f |
UTF-8 | 辱됥렔栒곩톹 | 111010001011111010110001111010111001000010100101111010111010000010010100111001101010000010010010111010101011001110101001111011011000011010111001 | e8beb1eb90a5eba094e6a092eab3a9ed86b9 |
UHC | 辱됥렔栒곩톹 | 111010011011010010001001111000111000111010101001111000101110001110000001111001011011011110001101 | e9b489e38ea9e2e381e5b78d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)