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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 塋??塋??B | 100110101100100000111111001111111001101011001000001111110011111101000010 | 9ac83f3f9ac83f3f42 |
EUC-JP | 塋??塋??B | 110101001100101000111111001111111101010011001010001111110011111101000010 | d4ca3f3fd4ca3f3f42 |
UTF-8 | 塋좊쬇塋좊쬇B | 11100101101000011000101111101100101000101000101011101100101011001000011111100101101000011000101111101100101000101000101011101100101011001000011101000010 | e5a18beca28aecac87e5a18beca28aecac8742 |
UHC | 塋좊쬇塋좊쬇B | 11100111101010111010000011101011101001101001111011100111101010111010000011101011101001101001111001000010 | e7aba0eba69ee7aba0eba69e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)