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 | ?????C | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
SJIS-WIN | ????曺C | 00111111001111110011111100111111111110101101111001000011 | 3f3f3f3ffade43 |
EUC-JP | ????曺C | 0011111100111111001111110011111110001111110000101110110101000011 | 3f3f3f3f8fc2ed43 |
UTF-8 | 렯롏렯렏曺C | 11101011101000001010111111101011101000011000111111101011101000001010111111101011101000001000111111100110100110111011101001000011 | eba0afeba18feba0afeba08fe69bba43 |
UHC | 렯롏렯렏曺C | 1000111010111100100011101101010110001110101111001000111010100101111100001100011001000011 | 8ebc8ed58ebc8ea5f0c643 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)