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 | 100100100100100110010010010111011001001001001001100100100101110101000010 | 9249925d9249925d42 |
EUC-JP | 棚綻棚綻B | 110000111010101011000011101111101100001110101010110000111011111001000010 | c3aac3bec3aac3be42 |
UTF-8 | 棚綻棚綻B | 11100110101000111001101011100111101101101011101111100110101000111001101011100111101101101011101101000010 | e6a39ae7b6bbe6a39ae7b6bb42 |
UHC | 棚綻棚綻B | 110111011101110011110111101010101101110111011100111101111010101001000010 | dddcf7aadddcf7aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)