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 | ??w??w^ | 00111111001111110111011100111111001111110111011101011110 | 3f3f773f3f775e |
SJIS-WIN | 珀霈w珀霈w^ | 1110000011011111111010001011110001110111111000001101111111101000101111000111011101011110 | e0dfe8bc77e0dfe8bc775e |
EUC-JP | 珀霈w珀霈w^ | 1110000011100001111100001011111001110111111000001110000111110000101111100111011101011110 | e0e1f0be77e0e1f0be775e |
UTF-8 | 珀霈w珀霈w^ | 111001111000111110000000111010011001110010001000011101111110011110001111100000001110100110011100100010000111011101011110 | e78f80e99c8877e78f80e99c88775e |
UHC | 珀?w珀?w^ | 110110101101011000111111011101111101101011010110001111110111011101011110 | dad63f77dad63f775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)