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 | TMTM | 1001001001010100100100100100110110010010010101001001001001001101 | 9254924d9254924d |
SJIS-WIN | ?T?M?T?M | 0011111101010100001111110100110100111111010101000011111101001101 | 3f543f4d3f543f4d |
EUC-JP | ?T?M?T?M | 0011111101010100001111110100110100111111010101000011111101001101 | 3f543f4d3f543f4d |
UTF-8 | TMTM | 110000101001001001010100110000101001001001001101110000101001001001010100110000101001001001001101 | c29254c2924dc29254c2924d |
UHC | ?T?M?T?M | 0011111101010100001111110100110100111111010101000011111101001101 | 3f543f4d3f543f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)