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 | 100100011111111010010001101011101001001001000011 | 91fe91ae9243 |
SJIS-WIN | ?????C | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
EUC-JP | ?þ?®?C | 00111111100011111010100111010000001111111000111110100010111011100011111101000011 | 3f8fa9d03f8fa2ee3f43 |
UTF-8 | þ®C | 1100001010010001110000111011111011000010100100011100001010101110110000101001001001000011 | c291c3bec291c2aec29243 |
UHC | ?þ?®?C | 0011111110101001101011010011111110100010111001110011111101000011 | 3fa9ad3fa2e73f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)