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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | ?蝎??遲 | 00111111111001011001100100111111001111111110011110101101 | 3fe5993f3fe7ad |
EUC-JP | 塼蝎?®遲 | 1000111110111000101110011110100111111001001111111000111110100010111011101110111010101111 | 8fb8b9e9f93f8fa2eeeeaf |
UTF-8 | 塼蝎렪®遲 | 1110010110100001101111001110100010011101100011101110101110100000101010101100001010101110111010011000000110110010 | e5a1bce89d8eeba0aac2aee981b2 |
UHC | 塼蝎렪®遲 | 11101110111101001100101011101001100011101011100010100010111001111111001011000000 | eef4cae98eb8a2e7f2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)