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 | Ó£ÐìP | 1101001110100011110100001110110001010000 | d3a3d0ec50 |
SJIS-WIN | ?£??P | 001111111000000110010010001111110011111101010000 | 3f81923f3f50 |
EUC-JP | Ó£?ìP | 10001111101010101101000110100001111100100011111110001111101010111100000001010000 | 8faad1a1f23f8fabc050 |
UTF-8 | Ó£ÐìP | 110000111001001111000010101000111100001110010000110000111010110001010000 | c393c2a3c390c3ac50 |
UHC | ??Ð?P | 001111110011111110101000101000100011111101010000 | 3f3fa8a23f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)