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 | 旋愛旋孖 | 1001000011111001100010001010010010010000111110011111101010100110 | 90f988a490f9faa6 |
EUC-JP | 旋愛旋孖 | 110000001111101110110000101001101100000011111011100011111011101010111110 | c0fbb0a6c0fb8fbabe |
UTF-8 | 旋愛旋孖 | 111001101001011110001011111001101000010010011011111001101001011110001011111001011010110110010110 | e6978be6849be6978be5ad96 |
UHC | 旋愛旋? | 11100000110000011110010011110001111000001100000100111111 | e0c1e4f1e0c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)