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 | áT[áT[^ | 11100001010101000101101111100001010101000101101101011110 | e1545be1545b5e |
SJIS-WIN | ?T[?T[^ | 00111111010101000101101100111111010101000101101101011110 | 3f545b3f545b5e |
EUC-JP | áT[áT[^ | 1000111110101011101000010101010001011011100011111010101110100001010101000101101101011110 | 8faba1545b8faba1545b5e |
UTF-8 | áT[áT[^ | 110000111010000101010100010110111100001110100001010101000101101101011110 | c3a1545bc3a1545b5e |
UHC | ?T[?T[^ | 00111111010101000101101100111111010101000101101101011110 | 3f545b3f545b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)