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 | 但端脱袖 | 1001001001000001100100100101101110010010010001011001000110110011 | 9241925b924591b3 |
EUC-JP | 但端脱袖 | 1100001110100010110000111011110011000011101001101100001010110101 | c3a2c3bcc3a6c2b5 |
UTF-8 | 但端脱袖 | 111001001011110110000110111001111010101110101111111010001000010010110001111010001010001010010110 | e4bd86e7abafe884b1e8a296 |
UHC | 但端?袖 | 11010011101000111101001110101110001111111110001011000000 | d3a3d3ae3fe2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)