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 | ???®?? | 001111110011111100111111101011100011111100111111 | 3f3f3fae3f3f |
SJIS-WIN | ?蝎??遲禎 | 001111111110010110011001001111110011111111100111101011011001001011110101 | 3fe5993f3fe7ad92f5 |
EUC-JP | 塼蝎?®遲禎 | 10001111101110001011100111101001111110010011111110001111101000101110111011101110101011111100010011110111 | 8fb8b9e9f93f8fa2eeeeafc4f7 |
UTF-8 | 塼蝎렪®遲禎 | 1110010110100001101111001110100010011101100011101110101110100000101010101100001010101110111010011000000110110010111001111010011010001110 | e5a1bce89d8eeba0aac2aee981b2e7a68e |
UHC | 塼蝎렪®遲禎 | 111011101111010011001010111010011000111010111000101000101110011111110010110000001110111111101110 | eef4cae98eb8a2e7f2c0efee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)