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 | æ²è | 111001101001101010110010111010001000111010001110 | e69ab2e88e8e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | æ??è?? | 10001111101010011100000100111111001111111000111110101011101100100011111100111111 | 8fa9c13f3f8fabb23f3f |
UTF-8 | æ²è | 110000111010011011000010100110101100001010110010110000111010100011000010100011101100001010001110 | c3a6c29ac2b2c3a8c28ec28e |
UHC | æ?²??? | 1010100110100001001111111010100111110111001111110011111100111111 | a9a13fa9f73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)