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 | 魘ォ雍泌ォ | 1110100110110100101010111110100010110100100101001110010110101011 | e9b4abe8b494e5ab |
EUC-JP | 魘ォ雍泌ォ | 11110010101101101000111010101011111100001011011011001000111001111000111010101011 | f2b68eabf0b6c8e78eab |
UTF-8 | 魘ォ雍泌ォ | 111010011010110110011000111011111011110110101011111010011001101110001101111001101011001110001100111011111011110110101011 | e9ad98efbdabe99b8de6b38cefbdab |
UHC | ??雍泌? | 00111111001111111110100010111100111110011011001000111111 | 3f3fe8bcf9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)