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 | Ó¹ÓÀ~ | 1101001110111001110100111100000001111110 | d3b9d3c07e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | Ó?ÓÀ~ | 1000111110101010110100010011111110001111101010101101000110001111101010101010001001111110 | 8faad13f8faad18faaa27e |
UTF-8 | Ó¹ÓÀ~ | 110000111001001111000010101110011100001110010011110000111000000001111110 | c393c2b9c393c3807e |
UHC | ?¹??~ | 001111111010100111110110001111110011111101111110 | 3fa9f63f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)