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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 魏図v魏図vB | 1110100110110000100100000111110101110110111010011011000010010000011111010111011001000010 | e9b0907d76e9b0907d7642 |
EUC-JP | 魏図v魏図vB | 1111001010110010101111111101111001110110111100101011001010111111110111100111011001000010 | f2b2bfde76f2b2bfde7642 |
UTF-8 | 魏図v魏図vB | 111010011010110110001111111001011001101110110011011101101110100110101101100011111110010110011011101100110111011001000010 | e9ad8fe59bb376e9ad8fe59bb37642 |
UHC | 魏?v魏?vB | 111010101110000000111111011101101110101011100000001111110111011001000010 | eae03f76eae03f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)