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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ス釥 | 101111011111101111000000 | bdfbc0 |
EUC-JP | ス釥 | 1000111010111101100011111110001110101011 | 8ebd8fe3ab |
UTF-8 | ス釥 | 111011111011110110111101111010011000011110100101 | efbdbde987a5 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)