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îûM | 1111101101000001100111011110111010011001100100011111101101001101 | fb419dee9991fb4d |
SJIS-WIN | ?A?????M | 0011111101000001001111110011111100111111001111110011111101001101 | 3f413f3f3f3f3f4d |
EUC-JP | ûA?î??ûM | 1000111110101011111001010100000100111111100011111010101111000010001111110011111110001111101010111110010101001101 | 8fabe5413f8fabc23f3f8fabe54d |
UTF-8 | ûAîûM | 1100001110111011010000011100001010011101110000111010111011000010100110011100001010010001110000111011101101001101 | c3bb41c29dc3aec299c291c3bb4d |
UHC | ?A?????M | 0011111101000001001111110011111100111111001111110011111101001101 | 3f413f3f3f3f3f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)