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?ZU | 0011111101010100001111110101101001010101 | 3f543f5a55 |
SJIS-WIN | ?T?ZU | 0011111101010100001111110101101001010101 | 3f543f5a55 |
EUC-JP | ?T?ZU | 0011111101010100001111110101101001010101 | 3f543f5a55 |
UTF-8 | 혪T혪ZU | 111011011001100010101010010101001110110110011000101010100101101001010101 | ed98aa54ed98aa5a55 |
UHC | 혪T혪ZU | 11000010100100100101010011000010100100100101101001010101 | c29254c2925a55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)