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 | 熊莖??? | 10001100010001101110010010110001001111110011111100111111 | 8c46e4b13f3f3f |
EUC-JP | 熊莖??? | 10110111101001111110100010110011001111110011111100111111 | b7a7e8b33f3f3f |
UTF-8 | 熊莖렮띠렰 | 111001111000011010001010111010001000111010010110111010111010000010101110111010111001110110100000111010111010000010110000 | e7868ae88e96eba0aeeb9da0eba0b0 |
UHC | 熊莖렮띠렰 | 11101010101010001100110011101100100011101011101110110110111011001000111010111101 | eaa8ccec8ebbb6ec8ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)