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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?戡??^ | 001111111001110101000001001111110011111101011110 | 3f9d413f3f5e |
EUC-JP | 焌戡??^ | 1000111111001001111010001101100110100010001111110011111101011110 | 8fc9e8d9a23f3f5e |
UTF-8 | 焌戡렰렯^ | 11100111100001001000110011100110100010001010000111101011101000001011000011101011101000001010111101011110 | e7848ce688a1eba0b0eba0af5e |
UHC | 焌戡렰렯^ | 111100011110000011001010111100011000111010111101100011101011110001011110 | f1e0caf18ebd8ebc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)