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 | 贈俗側贈^ | 100100011010000110010001101011011001000110100100100100011010000101011110 | 91a191ad91a491a15e |
EUC-JP | 贈俗側贈^ | 110000101010001111000010101011111100001010100110110000101010001101011110 | c2a3c2afc2a6c2a35e |
UTF-8 | 贈俗側贈^ | 11101000101101001000100011100100101111111001011111100101100000011011010011101000101101001000100001011110 | e8b488e4bf97e581b4e8b4885e |
UHC | 贈俗側贈^ | 111100011111110011100001110101001111011010110000111100011111110001011110 | f1fce1d4f6b0f1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)