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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 涌韈喊涌\ | 100101110100111111101000111001111001101001011110100101110100111101011100 | 974fe8e79a5e974f5c |
EUC-JP | 涌韈喊涌\ | 110011011011000011110000111010011101001110111111110011011011000001011100 | cdb0f0e9d3bfcdb05c |
UTF-8 | 涌韈喊涌\ | 11100110101101101000110011101001100111111000100011100101100101101000101011100110101101101000110001011100 | e6b68ce99f88e5968ae6b68c5c |
UHC | 涌?喊涌\ | 1110100110111111001111111111100111100010111010011011111101011100 | e9bf3ff9e2e9bf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)