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 | 項?^ | 10001101100000000011111101011110 | 8d803f5e |
EUC-JP | 項?^ | 10111001111000000011111101011110 | b9e03f5e |
UTF-8 | 項쨇^ | 11101001101000001000010111101100101010001000011101011110 | e9a085eca8875e |
UHC | 項쨇^ | 1111101010100011101001000110001101011110 | faa3a4635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)