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 | ê±¢ê | 11101010101100011010001011101010 | eab1a2ea |
SJIS-WIN | ?±¢? | 001111111000000101111101100000011001000100111111 | 3f817d81913f |
EUC-JP | ê±¢ê | 10001111101010111011010010100001110111101010000111110001100011111010101110110100 | 8fabb4a1dea1f18fabb4 |
UTF-8 | ê±¢ê | 1100001110101010110000101011000111000010101000101100001110101010 | c3aac2b1c2a2c3aa |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)