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 | 抦脈 | 11111010110010001001011010101100 | fac896ac |
EUC-JP | 抦脈 | 1000111110111111110010011100110010101110 | 8fbfc9ccae |
UTF-8 | 抦脈 | 111001101000101010100110111010001000010010001000 | e68aa6e88488 |
UHC | ?脈 | 001111111101100011100110 | 3fd8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)