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 | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
SJIS-WIN | 彗??炯?A | 1001110001100001001111110011111111100000011101100011111101000001 | 9c613f3fe0763f41 |
EUC-JP | 彗??炯?A | 1101011111000010001111110011111111011111110101110011111101000001 | d7c23f3fdfd73f41 |
UTF-8 | 彗뚲궙炯쭯A | 11100101101111011001011111101011100110101011001011101010101101101001100111100111100000101010111111101100101011011010111101000001 | e5bd97eb9ab2eab699e782afecadaf41 |
UHC | 彗뚲궙炯쭯A | 1111101110110010100011001110111010000010101011101111101110100110101010000100001101000001 | fbb28cee82aefba6a84341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)