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 | æ¢é³° | 111001101001110110100010111010011011001110110000 | e69da2e9b3b0 |
SJIS-WIN | ??¢??° | 0011111100111111100000011001000100111111001111111000000110001011 | 3f3f81913f3f818b |
EUC-JP | �� | 100011111010100111000001001111111010000111110001100011111010101110110001001111111010000111101011 | 8fa9c13fa1f18fabb13fa1eb |
UTF-8 | æ¢é³° | 110000111010011011000010100111011100001010100010110000111010100111000010101100111100001010110000 | c3a6c29dc2a2c3a9c2b3c2b0 |
UHC | æ???³° | 101010011010000100111111001111110011111110101001111110001010000111000110 | a9a13f3f3fa9f8a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)