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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 辭右] | 1110011110000110100010010100010101011101 | e78689455d |
EUC-JP | 辭右] | 1110110111100110101100011010011001011101 | ede6b1a65d |
UTF-8 | 辭右] | 11101000101111101010110111100101100011111011001101011101 | e8beade58fb35d |
UHC | 辭右] | 1101111011110110111010011101001101011101 | def6e9d35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)