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 | çßç£h | 11100111110111111000011011100111100100111010001101101000 | e7df86e793a368 |
SJIS-WIN | ?????£h | 0011111100111111001111110011111100111111100000011001001001101000 | 3f3f3f3f3f819268 |
EUC-JP | çß?ç?£h | 1000111110101011101011101000111110101001110011100011111110001111101010111010111000111111101000011111001001101000 | 8fabae8fa9ce3f8fabae3fa1f268 |
UTF-8 | çßç£h | 11000011101001111100001110011111110000101000011011000011101001111100001010010011110000101010001101101000 | c3a7c39fc286c3a7c293c2a368 |
UHC | ?ß????h | 0011111110101001101011000011111100111111001111110011111101101000 | 3fa9ac3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)