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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 灼辞Q] | 100011101101110010001110101010110101000101011101 | 8edc8eab515d |
EUC-JP | 灼辞Q] | 101111001101111010111100101011010101000101011101 | bcdebcad515d |
UTF-8 | 灼辞Q] | 1110011110000001101111001110100010111110100111100101000101011101 | e781bce8be9e515d |
UHC | 灼?Q] | 1110110111000111001111110101000101011101 | edc73f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)