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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譌倶サ傳 | 11100110100101111000101111100100101110111001100101000010 | e6978be4bb9942 |
EUC-JP | 譌倶サ傳 | 1110101111110111101101101110011010001110101110111101000110100011 | ebf7b6e68ebbd1a3 |
UTF-8 | 譌倶サ傳 | 111010001010110110001100111001011000000010110110111011111011110110111011111001011000001010110011 | e8ad8ce580b6efbdbbe582b3 |
UHC | ???傳 | 0011111100111111001111111110111011101110 | 3f3f3feeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)