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?F?T?Me^ | 00111111010101000011111101000110001111110101010000111111010011010110010101011110 | 3f543f463f543f4d655e |
SJIS-WIN | ?T?F?T?Me^ | 00111111010101000011111101000110001111110101010000111111010011010110010101011110 | 3f543f463f543f4d655e |
EUC-JP | ?T?F?T?Me^ | 00111111010101000011111101000110001111110101010000111111010011010110010101011110 | 3f543f463f543f4d655e |
UTF-8 | 혪T혪F혪T혪Me^ | 111011011001100010101010010101001110110110011000101010100100011011101101100110001010101001010100111011011001100010101010010011010110010101011110 | ed98aa54ed98aa46ed98aa54ed98aa4d655e |
UHC | 혪T혪F혪T혪Me^ | 1100001010010010010101001100001010010010010001101100001010010010010101001100001010010010010011010110010101011110 | c29254c29246c29254c2924d655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)