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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?①?辱? | 00111111100001110100000000111111100100000100101000111111 | 3f87403f904a3f |
EUC-JP | ???辱? | 001111110011111100111111101111111010101100111111 | 3f3f3fbfab3f |
UTF-8 | 連①댌辱쳂 | 111011111010011010011010111000101001000110100000111010111000110010001100111010001011111010110001111011001011001110000010 | efa69ae291a0eb8c8ce8beb1ecb382 |
UHC | 連①댌辱쳂 | 11100110111001101010100011100111100010001011010111101001101101001010101101101000 | e6e6a8e788b5e9b4ab68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)