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 | 薏? | 10001111110110011101111000111111 | 8fd9de3f |
UTF-8 | 薏렩 | 111010001001011010001111111010111010000010101001 | e8968feba0a9 |
UHC | 薏렩 | 11101011111110111000111010110111 | ebfb8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)