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 | ÂÕÉY | 1000111011000010110101011100100101011001 | 8ec2d5c959 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | ?ÂÕÉY | 0011111110001111101010101010010010001111101010101101100010001111101010101011000101011001 | 3f8faaa48faad88faab159 |
UTF-8 | ÂÕÉY | 110000101000111011000011100000101100001110010101110000111000100101011001 | c28ec382c395c38959 |
UHC | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)