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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 晶寘ィ自B | 10001111101110111111100111010100111110101010100110101000100011101010100101000010 | 8fbbf9d4faa9a88ea942 |
EUC-JP | 晶?寘ィ自B | 1011111010111101001111111000111110111010111000011000111010101000101111001010101101000010 | bebd3f8fbae18ea8bcab42 |
UTF-8 | 晶寘ィ自B | 11100110100110011011011011101110100111001010111111100101101011111001100011101111101111011010100011101000100001111010101001000010 | e699b6ee9cafe5af98efbda8e887aa42 |
UHC | 晶???自B | 1110111111011100001111110011111100111111111011011011101101000010 | efdc3f3f3fedbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)