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 | ?}?}? | 0011111101111101001111110111110100111111 | 3f7d3f7d3f |
SJIS-WIN | 涌}涌}盖 | 1001011101001111011111011001011101001111011111011110000110110011 | 974f7d974f7de1b3 |
EUC-JP | 涌}涌}盖 | 1100110110110000011111011100110110110000011111011110001010110101 | cdb07dcdb07de2b5 |
UTF-8 | 涌}涌}盖 | 1110011010110110100011000111110111100110101101101000110001111101111001111001101110010110 | e6b68c7de6b68c7de79b96 |
UHC | 涌}涌}盖 | 1110100110111111011111011110100110111111011111011100101111001100 | e9bf7de9bf7dcbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)