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 | 100111000110000100111111001111110110011101000010 | 9c613f3f6742 |
EUC-JP | 彗??gB | 110101111100001000111111001111110110011101000010 | d7c23f3f6742 |
UTF-8 | 彗딈뱵gB | 1110010110111101100101111110101110010100100010001110101110110001101101010110011101000010 | e5bd97eb9488ebb1b56742 |
UHC | 彗딈뱵gB | 1111101110110010100010101110111010010011100110110110011101000010 | fbb28aee939b6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)