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 | Ýõ³Ç | 1101110111110101100011111011001111000111 | ddf58fb3c7 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | Ýõ??Ç | 1000111110101010111100101000111110101011110110000011111100111111100011111010101010101110 | 8faaf28fabd83f3f8faaae |
UTF-8 | Ýõ³Ç | 11000011100111011100001110110101110000101000111111000010101100111100001110000111 | c39dc3b5c28fc2b3c387 |
UHC | ???³? | 001111110011111100111111101010011111100000111111 | 3f3f3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)