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 | ワタス・^ | 1101110011000000101111011010010101011110 | dcc0bda55e |
EUC-JP | ワタス・^ | 100011101101110010001110110000001000111010111101100011101010010101011110 | 8edc8ec08ebd8ea55e |
UTF-8 | ワタス・^ | 11101111101111101001110011101111101111101000000011101111101111011011110111101111101111011010010101011110 | efbe9cefbe80efbdbdefbda55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)