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 | ??????GB | 0011111100111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f3f4742 |
SJIS-WIN | セュ蒔セ、雫GB | 10111110101011011000111010101010101111101010010010001110101101000100011101000010 | bead8eaabea48eb44742 |
EUC-JP | セュ蒔セ、雫GB | 1000111010111110100011101010110110111100101011001000111010111110100011101010010010111100101101100100011101000010 | 8ebe8eadbcac8ebe8ea4bcb64742 |
UTF-8 | セュ蒔セ、雫GB | 1110111110111101101111101110111110111101101011011110100010010010100101001110111110111101101111101110111110111101101001001110100110011011101010110100011101000010 | efbdbeefbdade89294efbdbeefbda4e99bab4742 |
UHC | ??蒔???GB | 001111110011111111100011110010000011111100111111001111110100011101000010 | 3f3fe3c83f3f3f4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)