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 | Ó£âÀEE | 110100111010001111100010110000000100010101000101 | d3a3e2c04545 |
SJIS-WIN | ?£??EE | 00111111100000011001001000111111001111110100010101000101 | 3f81923f3f4545 |
EUC-JP | Ó£âÀEE | 10001111101010101101000110100001111100101000111110101011101001001000111110101010101000100100010101000101 | 8faad1a1f28faba48faaa24545 |
UTF-8 | Ó£âÀEE | 11000011100100111100001010100011110000111010001011000011100000000100010101000101 | c393c2a3c3a2c3804545 |
UHC | ????EE | 001111110011111100111111001111110100010101000101 | 3f3f3f3f4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)