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 | ???® | 00111111001111110011111110101110 | 3f3f3fae |
SJIS-WIN | ?蝎?? | 0011111111100101100110010011111100111111 | 3fe5993f3f |
EUC-JP | 塼蝎?® | 100011111011100010111001111010011111100100111111100011111010001011101110 | 8fb8b9e9f93f8fa2ee |
UTF-8 | 塼蝎렪® | 1110010110100001101111001110100010011101100011101110101110100000101010101100001010101110 | e5a1bce89d8eeba0aac2ae |
UHC | 塼蝎렪® | 1110111011110100110010101110100110001110101110001010001011100111 | eef4cae98eb8a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)