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 | 涌韈喊涌^ | 100101110100111111101000111001111001101001011110100101110100111101011110 | 974fe8e79a5e974f5e |
EUC-JP | 涌韈喊涌^ | 110011011011000011110000111010011101001110111111110011011011000001011110 | cdb0f0e9d3bfcdb05e |
UTF-8 | 涌韈喊涌^ | 11100110101101101000110011101001100111111000100011100101100101101000101011100110101101101000110001011110 | e6b68ce99f88e5968ae6b68c5e |
UHC | 涌?喊涌^ | 1110100110111111001111111111100111100010111010011011111101011110 | e9bf3ff9e2e9bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)