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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 靷? | 10001111111001111011110100111111 | 8fe7bd3f |
UTF-8 | 靷닿 | 111010011001110110110111111010111000101110111111 | e99db7eb8bbf |
UHC | 靷닿 | 11101100111001101011010011101010 | ece6b4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)