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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 溽磆^ | 1001111111100111111000011111010101011110 | 9fe7e1f55e |
EUC-JP | 溽磆^ | 1101111011101001111000101111011101011110 | dee9e2f75e |
UTF-8 | 溽磆^ | 11100110101110101011110111100111101000111000011001011110 | e6babde7a3865e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)