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 | TZTZC | 100100100101010010010010010110101001001001010100100100100101101001000011 | 9254925a9254925a43 |
SJIS-WIN | ?T?Z?T?ZC | 001111110101010000111111010110100011111101010100001111110101101001000011 | 3f543f5a3f543f5a43 |
EUC-JP | ?T?Z?T?ZC | 001111110101010000111111010110100011111101010100001111110101101001000011 | 3f543f5a3f543f5a43 |
UTF-8 | TZTZC | 11000010100100100101010011000010100100100101101011000010100100100101010011000010100100100101101001000011 | c29254c2925ac29254c2925a43 |
UHC | ?T?Z?T?ZC | 001111110101010000111111010110100011111101010100001111110101101001000011 | 3f543f5a3f543f5a43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)