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 | 脂?駭?恬 | 1000111010001001001111111110100101101110001111111001110010010111 | 8e893fe96e3f9c97 |
EUC-JP | 脂?駭?恬 | 1011101111101001001111111111000111001111001111111101011111110111 | bbe93ff1cf3fd7f7 |
UTF-8 | 脂렖駭흖恬 | 111010001000010010000010111010111010000010010110111010011010011110101101111011011001110110010110111001101000000110101100 | e88482eba096e9a7aded9d96e681ac |
UHC | 脂렖駭흖恬 | 11110010101101111000111010101011111110101011010011001000111010001101001010111000 | f2b78eabfab4c8e8d2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)