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 | 薏퍰 | 111010001001011010001111111011011000110110110000 | e8968fed8db0 |
UHC | 薏퍰 | 11101011111110111011110001000111 | ebfbbc47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)