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 | 褸$゚イ滄 | 1110010111111000100000011001000011011111101100101001111111101001 | e5f88190dfb29fe9 |
EUC-JP | 褸$゚イ滄 | 11101010111110101010000111110000100011101101111110001110101100101101111011101011 | eafaa1f08edf8eb2deeb |
UTF-8 | 褸$゚イ滄 | 111010001010010010111000111011111011110010000100111011111011111010011111111011111011110110110010111001101011101110000100 | e8a4b8efbc84efbe9fefbdb2e6bb84 |
UHC | 褸$??滄 | 1101011110101110101000111010010000111111001111111111001111100111 | d7aea3a43f3ff3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)