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 | æû¥c^ | 1110011011111011101001010110001101011110 | e6fba5635e |
SJIS-WIN | ??¥c^ | 001111110011111110000001100011110110001101011110 | 3f3f818f635e |
EUC-JP | æû?c^ | 100011111010100111000001100011111010101111100101001111110110001101011110 | 8fa9c18fabe53f635e |
UTF-8 | æû¥c^ | 1100001110100110110000111011101111000010101001010110001101011110 | c3a6c3bbc2a5635e |
UHC | æ??c^ | 101010011010000100111111001111110110001101011110 | a9a13f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)