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 | ????Q | 0011111100111111001111110011111101010001 | 3f3f3f3f51 |
SJIS-WIN | 駿?蜘?Q | 10001111011110000011111110010010011101110011111101010001 | 8f783f92773f51 |
EUC-JP | 駿?蜘?Q | 10111101110110010011111111000011110110000011111101010001 | bdd93fc3d83f51 |
UTF-8 | 駿렚蜘렲Q | 11101001101001111011111111101011101000001001101011101000100111001001100011101011101000001011001001010001 | e9a7bfeba09ae89c98eba0b251 |
UHC | 駿렚蜘렲Q | 111100011110011110001110101011011111001010111011100011101011111101010001 | f1e78eadf2bb8ebf51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)