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 | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
SJIS-WIN | 韋捺サ謎髮Q | 11101000111010001001001111100110101110111001001111100100111010011001101101010001 | e8e893e6bb93e4e99b51 |
EUC-JP | 韋捺サ謎髮Q | 1111000011101010110001101110100010001110101110111100011011100110111100011111101101010001 | f0eac6e88ebbc6e6f1fb51 |
UTF-8 | 韋捺サ謎髮Q | 11101001100111111000101111100110100011011011101011101111101111011011101111101000101011001000111011101001101010111010111001010001 | e99f8be68dbaefbdbbe8ac8ee9abae51 |
UHC | 韋捺?謎髮Q | 11101010110111111101000111110100001111111101101010111010110110111010010101010001 | eadfd1f43fdabadba551 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)