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 | 枳?苑 | 1001111001101011001111111000100110010001 | 9e6b3f8991 |
EUC-JP | 枳?苑 | 1101101111001100001111111011000111110001 | dbcc3fb1f1 |
UTF-8 | 枳렟苑 | 111001101001111010110011111010111010000010011111111010001000101110010001 | e69eb3eba09fe88b91 |
UHC | 枳렟苑 | 111100101010110010001110101100001110101010111101 | f2ac8eb0eabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)