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 | 燉箴^ | 1110000010010111111000101011110001011110 | e097e2bc5e |
EUC-JP | 燉箴^ | 1101111111110111111001001011111001011110 | dff7e4be5e |
UTF-8 | 燉箴^ | 11100111100001111000100111100111101011101011010001011110 | e78789e7aeb45e |
UHC | 燉箴^ | 1101010011001001111011011101011101011110 | d4c9edd75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)