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 | ÷þªë | 11110111111111101010101011101011 | f7feaaeb |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷þªë | 1010000111100000100011111010100111010000100011111010001011101100100011111010101110110011 | a1e08fa9d08fa2ec8fabb3 |
UTF-8 | ÷þªë | 1100001110110111110000111011111011000010101010101100001110101011 | c3b7c3bec2aac3ab |
UHC | ÷þª? | 10100001110000001010100110101101101010001010001100111111 | a1c0a9ada8a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)