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 | Ó¹âÀ~ | 1101001110111001111000101100000001111110 | d3b9e2c07e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | Ó?âÀ~ | 1000111110101010110100010011111110001111101010111010010010001111101010101010001001111110 | 8faad13f8faba48faaa27e |
UTF-8 | Ó¹âÀ~ | 110000111001001111000010101110011100001110100010110000111000000001111110 | c393c2b9c3a2c3807e |
UHC | ?¹??~ | 001111111010100111110110001111110011111101111110 | 3fa9f63f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)