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 | uzuzB | 10001111011101010111101010001111011101010111101001000010 | 8f757a8f757a42 |
SJIS-WIN | ?uz?uzB | 00111111011101010111101000111111011101010111101001000010 | 3f757a3f757a42 |
EUC-JP | ?uz?uzB | 00111111011101010111101000111111011101010111101001000010 | 3f757a3f757a42 |
UTF-8 | uzuzB | 110000101000111101110101011110101100001010001111011101010111101001000010 | c28f757ac28f757a42 |
UHC | ?uz?uzB | 00111111011101010111101000111111011101010111101001000010 | 3f757a3f757a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)