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 | 漿名 | 10011111111101111001011010111100 | 9ff796bc |
EUC-JP | 漿名 | 11011110111110011100110010111110 | def9ccbe |
UTF-8 | 漿名 | 111001101011110010111111111001011001000010001101 | e6bcbfe5908d |
UHC | 漿名 | 11101101111011001101100110100011 | edecd9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)