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 | 򶱽Y | 1111001010110110101100011011110101011001 | f2b6b1bd59 |
SJIS-WIN | ?¶±?Y | 00111111100000011111011110000001011111010011111101011001 | 3f81f7817d3f59 |
EUC-JP | �Y | 100011111010101111010010101000101111100110100001110111100011111101011001 | 8fabd2a2f9a1de3f59 |
UTF-8 | 򶱽Y | 110000111011001011000010101101101100001010110001110000101011110101011001 | c3b2c2b6c2b1c2bd59 |
UHC | ?¶±½Y | 0011111110100010110100101010000110111110101010001111011001011001 | 3fa2d2a1bea8f659 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)