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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 赭ィ荵槫贒 | 111001101101111010101000111001001011100110011110111001011111101110101111 | e6dea8e4b99ee5fbaf |
EUC-JP | 赭ィ荵槫贒 | 1110110011100000100011101010100011101000101110111101110011100111100011111101111111000011 | ece08ea8e8bbdce78fdfc3 |
UTF-8 | 赭ィ荵槫贒 | 111010001011010110101101111011111011110110101000111010001000110110110101111001101010011110101011111010001011010010010010 | e8b5adefbda8e88db5e6a7abe8b492 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)