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 | 項숸^ | 11101001101000001000010111101100100010001011100001011110 | e9a085ec88b85e |
UHC | 項숸^ | 1111101010100011100110100100110101011110 | faa39a4d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)