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 | 應鰊扁 | 100111001110010011101001110101111001110101000111 | 9ce4e9d79d47 |
EUC-JP | 應鰊扁 | 110110001110011011110010110110011101100110101000 | d8e6f2d9d9a8 |
UTF-8 | 應鰊扁 | 111001101000011110001001111010011011000010001010111001101000100110000001 | e68789e9b08ae68981 |
UHC | 應?扁 | 1110101111101011001111111111100010110111 | ebeb3ff8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)