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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
EUC-JP | ?璹v?璹vB | 0011111110001111110011001110011101110110001111111000111111001100111001110111011001000010 | 3f8fcce7763f8fcce77642 |
UTF-8 | 믌璹v믌璹vB | 111010111010111110001100111001111001001010111001011101101110101110101111100011001110011110010010101110010111011001000010 | ebaf8ce792b976ebaf8ce792b97642 |
UHC | 믌璹v믌璹vB | 1001001011010000111000101101101101110110100100101101000011100010110110110111011001000010 | 92d0e2db7692d0e2db7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)