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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豈ャ豈ャ | 111001101010111110101100111001101010111110101100 | e6aface6afac |
EUC-JP | 豈ャ豈ャ | 1110110010110001100011101010110011101100101100011000111010101100 | ecb18eacecb18eac |
UTF-8 | 豈ャ豈ャ | 111010001011000110001000111011111011110110101100111010001011000110001000111011111011110110101100 | e8b188efbdace8b188efbdac |
UHC | 豈?豈? | 110100011100001000111111110100011100001000111111 | d1c23fd1c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)