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 | û¤õçh | 1111101110100100111101011110011101101000 | fba4f5e768 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | û¤õçh | 10001111101010111110010110001111101000101111000010001111101010111101100010001111101010111010111001101000 | 8fabe58fa2f08fabd88fabae68 |
UTF-8 | û¤õçh | 110000111011101111000010101001001100001110110101110000111010011101101000 | c3bbc2a4c3b5c3a768 |
UHC | ?¤??h | 001111111010001010110100001111110011111101101000 | 3fa2b43f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)