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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 敎孟∧B | 11111010110011011001011011010000100000011100100001000010 | facd96d081c842 |
EUC-JP | ?孟∧B | 001111111100110011010010101000101100101001000010 | 3fccd2a2ca42 |
UTF-8 | 敎孟∧B | 11100110100101011000111011100101101011011001111111100010100010001010011101000010 | e6958ee5ad9fe288a742 |
UHC | 敎孟∧B | 11001110111001111101100011101011101000011111110001000010 | cee7d8eba1fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)