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æ`}bE | 111001100110000001111101010110011110011001100000011111010110001001000101 | e6607d59e6607d6245 |
SJIS-WIN | ?`}Y?`}bE | 001111110110000001111101010110010011111101100000011111010110001001000101 | 3f607d593f607d6245 |
EUC-JP | æ`}Yæ`}bE | 10001111101010011100000101100000011111010101100110001111101010011100000101100000011111010110001001000101 | 8fa9c1607d598fa9c1607d6245 |
UTF-8 | æ`}Yæ`}bE | 1100001110100110011000000111110101011001110000111010011001100000011111010110001001000101 | c3a6607d59c3a6607d6245 |
UHC | æ`}Yæ`}bE | 1010100110100001011000000111110101011001101010011010000101100000011111010110001001000101 | a9a1607d59a9a1607d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)