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 | 噎蝓 | 10011010011110001110010110011111 | 9a78e59f |
EUC-JP | 噎蝓 | 11010011110110011110101010100001 | d3d9eaa1 |
UTF-8 | 噎蝓 | 111001011001100110001110111010001001110110010011 | e5998ee89d93 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)