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 | 1001000111111110100100011011000101000011 | 91fe91b143 |
SJIS-WIN | ???±C | 001111110011111100111111100000010111110101000011 | 3f3f3f817d43 |
EUC-JP | ?þ?±C | 0011111110001111101010011101000000111111101000011101111001000011 | 3f8fa9d03fa1de43 |
UTF-8 | þ±C | 110000101001000111000011101111101100001010010001110000101011000101000011 | c291c3bec291c2b143 |
UHC | ?þ?±C | 00111111101010011010110100111111101000011011111001000011 | 3fa9ad3fa1be43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)