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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?訟^ | 00111111100011111101011101011110 | 3f8fd75e |
EUC-JP | ?訟^ | 00111111101111101101100101011110 | 3fbed95e |
UTF-8 | 稅訟^ | 11100111101010001000010111101000101010001001111101011110 | e7a885e8a89f5e |
UHC | 稅訟^ | 1110000110101010111000011110100001011110 | e1aae1e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)