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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 押⑤?獰 | 10001001100111111000011101000100001111111110000011010110 | 899f87443fe0d6 |
EUC-JP | 押??獰 | 101100101010000100111111001111111110000011011000 | b2a13f3fe0d8 |
UTF-8 | 押⑤젚獰 | 111001101000101010111100111000101001000110100100111011001010000010011010111001111000110110110000 | e68abce291a4eca09ae78db0 |
UHC | 押⑤젚獰 | 1110010011100011101010001110101110100000100101101110011110111110 | e4e3a8eba096e7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)