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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鰡 | 11101001110111011111000010110001 | e9ddf0b1 |
EUC-JP | 鰡? | 111100101101111100111111 | f2df3f |
UTF-8 | 鰡 | 111010011011000010100001111011101000000110110000 | e9b0a1ee81b0 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)