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 | çß¹å® | 111001111101111110111001111001011010111010001001 | e7dfb9e5ae89 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | çß?å®? | 1000111110101011101011101000111110101001110011100011111110001111101010111010100110001111101000101110111000111111 | 8fabae8fa9ce3f8faba98fa2ee3f |
UTF-8 | çß¹å® | 110000111010011111000011100111111100001010111001110000111010010111000010101011101100001010001001 | c3a7c39fc2b9c3a5c2aec289 |
UHC | ?ß¹?®? | 001111111010100110101100101010011111011000111111101000101110011100111111 | 3fa9aca9f63fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)