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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 襞逸ЧF | 11100101111111001000100011101101100001000101100001000110 | e5fc88ed845846 |
EUC-JP | 襞逸ЧF | 11101010111111101011000011101111101001111011100101000110 | eafeb0efa7b946 |
UTF-8 | 襞逸ЧF | 111010001010010110011110111010011000000010111000110100001010011101000110 | e8a59ee980b8d0a746 |
UHC | ?逸ЧF | 001111111110110011101111101011001011100101000110 | 3fecefacb946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)