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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髮鷺ッヲ寀 | 1110100110011011100011011110101110101111101001101111101010100111 | e99b8debafa6faa7 |
EUC-JP | 髮鷺ッヲ寀 | 1111000111111011101110101110110110001110101011111000111010100110100011111011101011011011 | f1fbbaed8eaf8ea68fbadb |
UTF-8 | 髮鷺ッヲ寀 | 111010011010101110101110111010011011011110111010111011111011110110101111111011111011110110100110111001011010111110000000 | e9abaee9b7baefbdafefbda6e5af80 |
UHC | 髮鷺??寀 | 1101101110100101110101101101110000111111001111111111001111110010 | dba5d6dc3f3ff3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)