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 | ??º? | 00111111001111111011101000111111 | 3f3fba3f |
SJIS-WIN | 繹ル?釗 | 11100011100010001000001110001011001111111111101110111011 | e388838b3ffbbb |
EUC-JP | 繹ルº釗 | 11100101111010001010010111101011100011111010001011101011100011111110001110100110 | e5e8a5eb8fa2eb8fe3a6 |
UTF-8 | 繹ルº釗 | 1110011110111001101110011110001110000011101010111100001010111010111010011000011110010111 | e7b9b9e383abc2bae98797 |
UHC | 繹ルº釗 | 1110011010111010101010111110101110101000101011001110000111110010 | e6baabeba8ace1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)