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 | 脂?駭?? | 10001110100010010011111111101001011011100011111100111111 | 8e893fe96e3f3f |
EUC-JP | 脂?駭?? | 10111011111010010011111111110001110011110011111100111111 | bbe93ff1cf3f3f |
UTF-8 | 脂렖駭흘뤂 | 111010001000010010000010111010111010000010010110111010011010011110101101111011011001110110011000111010111010010010000010 | e88482eba096e9a7aded9d98eba482 |
UHC | 脂렖駭흘뤂 | 11110010101101111000111010101011111110101011010011001000111010101000111110110011 | f2b78eabfab4c8ea8fb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)