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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 惡郁\ | 1001110010100110100010001110100001011100 | 9ca688e85c |
EUC-JP | 惡郁\ | 1101100010101000101100001110101001011100 | d8a8b0ea5c |
UTF-8 | 惡郁\ | 11100110100000111010000111101001100000111000000101011100 | e683a1e983815c |
UHC | 惡郁\ | 1110010011000010111010011111010001011100 | e4c2e9f45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)