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 | 0011111100111111001111110110011101000010 | 3f3f3f6742 |
SJIS-WIN | 該??gB | 100010100101100100111111001111110110011101000010 | 8a593f3f6742 |
EUC-JP | 該??gB | 101100111011101000111111001111110110011101000010 | b3ba3f3f6742 |
UTF-8 | 該딈뱵gB | 1110100010101001101100101110101110010100100010001110101110110001101101010110011101000010 | e8a9b2eb9488ebb1b56742 |
UHC | 該딈뱵gB | 1111101010110001100010101110111010010011100110110110011101000010 | fab18aee939b6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)