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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?堧?堧^ | 001111111000111110111000101010000011111110001111101110001010100001011110 | 3f8fb8a83f8fb8a85e |
UTF-8 | 遼堧遼堧^ | 11101111101001111000001111100101101000001010011111101111101001111000001111100101101000001010011101011110 | efa783e5a0a7efa783e5a0a75e |
UHC | 遼堧遼堧^ | 111010011010110011100110110000001110100110101100111001101100000001011110 | e9ace6c0e9ace6c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)