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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 魘」鮖ソB | 11101001101101001010001111101001101110011011111101000010 | e9b4a3e9b9bf42 |
EUC-JP | 魘」鮖ソB | 111100101011011010001110101000111111001010111011100011101011111101000010 | f2b68ea3f2bb8ebf42 |
UTF-8 | 魘」鮖ソB | 11101001101011011001100011101111101111011010001111101001101011101001011011101111101111011011111101000010 | e9ad98efbda3e9ae96efbdbf42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)