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 | 隶残^ | 1110100010101110100011100110001101011110 | e8ae8e635e |
EUC-JP | 隶残^ | 1111000010110000101110111100010001011110 | f0b0bbc45e |
UTF-8 | 隶残^ | 11101001100110101011011011100110101011101000101101011110 | e99ab6e6ae8b5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)