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 | 旋愛旋渧 | 1001000011111001100010001010010010010000111110011111101101001000 | 90f988a490f9fb48 |
EUC-JP | 旋愛旋渧 | 110000001111101110110000101001101100000011111011100011111100011111101011 | c0fbb0a6c0fb8fc7eb |
UTF-8 | 旋愛旋渧 | 111001101001011110001011111001101000010010011011111001101001011110001011111001101011100010100111 | e6978be6849be6978be6b8a7 |
UHC | 旋愛旋? | 11100000110000011110010011110001111000001100000100111111 | e0c1e4f1e0c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)