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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 筌?И | 1110001010100011001111111000010001001001 | e2a33f8449 |
EUC-JP | 筌?И | 1110010010100101001111111010011110101010 | e4a53fa7aa |
UTF-8 | 筌뤿И | 1110011110101101100011001110101110100100101111111101000010011000 | e7ad8ceba4bfd098 |
UHC | 筌뤿И | 111011111010011110001111111010111010110010101010 | efa78febacaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)