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 | ???AB | 0011111100111111001111110100000101000010 | 3f3f3f4142 |
SJIS-WIN | 彗??AB | 100111000110000100111111001111110100000101000010 | 9c613f3f4142 |
EUC-JP | 彗??AB | 110101111100001000111111001111110100000101000010 | d7c23f3f4142 |
UTF-8 | 彗딈뱵AB | 1110010110111101100101111110101110010100100010001110101110110001101101010100000101000010 | e5bd97eb9488ebb1b54142 |
UHC | 彗딈뱵AB | 1111101110110010100010101110111010010011100110110100000101000010 | fbb28aee939b4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)