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 | 脂?駭?∃ | 1000111010001001001111111110100101101110001111111000000111001110 | 8e893fe96e3f81ce |
EUC-JP | 脂?駭?∃ | 1011101111101001001111111111000111001111001111111010001011010000 | bbe93ff1cf3fa2d0 |
UTF-8 | 脂렖駭흩∃ | 111010001000010010000010111010111010000010010110111010011010011110101101111011011001110110101001111000101000100010000011 | e88482eba096e9a7aded9da9e28883 |
UHC | 脂렖駭흩∃ | 11110010101101111000111010101011111110101011010011001000111100001010001010100100 | f2b78eabfab4c8f0a2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)