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 | 謇杣謇杣^ | 111001101000100110011110010110111110011010001001100111100101101101011110 | e6899e5be6899e5b5e |
EUC-JP | 謇杣謇杣^ | 111010111110100111011011101111001110101111101001110110111011110001011110 | ebe9dbbcebe9dbbc5e |
UTF-8 | 謇杣謇杣^ | 11101000101011001000011111100110100111011010001111101000101011001000011111100110100111011010001101011110 | e8ac87e69da3e8ac87e69da35e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)