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 | 但端脱誰 | 1001001001000001100100100101101110010010010001011001001001001110 | 9241925b9245924e |
EUC-JP | 但端脱誰 | 1100001110100010110000111011110011000011101001101100001110101111 | c3a2c3bcc3a6c3af |
UTF-8 | 但端脱誰 | 111001001011110110000110111001111010101110101111111010001000010010110001111010001010101010110000 | e4bd86e7abafe884b1e8aab0 |
UHC | 但端?誰 | 11010011101000111101001110101110001111111110001011000001 | d3a3d3ae3fe2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)