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 | 顫残^ | 1110100011111010100011100110001101011110 | e8fa8e635e |
EUC-JP | 顫残^ | 1111000011111100101110111100010001011110 | f0fcbbc45e |
UTF-8 | 顫残^ | 11101001101000011010101111100110101011101000101101011110 | e9a1abe6ae8b5e |
UHC | 顫?^ | 11101111101101010011111101011110 | efb53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)