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^ | 1111000111101000110010001110101111011101111010000110001101011110 | f1e8c8ebdde8635e |
SJIS-WIN | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
EUC-JP | ñèÈëÝèc^ | 1000111110101011110100001000111110101011101100101000111110101010101100101000111110101011101100111000111110101010111100101000111110101011101100100110001101011110 | 8fabd08fabb28faab28fabb38faaf28fabb2635e |
UTF-8 | ñèÈëÝèc^ | 1100001110110001110000111010100011000011100010001100001110101011110000111001110111000011101010000110001101011110 | c3b1c3a8c388c3abc39dc3a8635e |
UHC | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)