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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繹手奨矜 | 1110001110001000100011101110100010001111101001111110000111100000 | e3888ee88fa7e1e0 |
EUC-JP | 繹手奨矜 | 1110010111101000101111001110101010111110101010011110001011100010 | e5e8bceabea9e2e2 |
UTF-8 | 繹手奨矜 | 111001111011100110111001111001101000100110001011111001011010010110101000111001111001111110011100 | e7b9b9e6898be5a5a8e79f9c |
UHC | 繹手?矜 | 11100110101110101110001010100010001111111101000011101000 | e6bae2a23fd0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)