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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闌イ驢占ケエ | 111010001000110010110010111010011000011010010000111010001011100110110100 | e88cb2e98690e8b9b4 |
EUC-JP | 闌イ驢占ケエ | 111011111110110010001110101100101111000111100110110000001110101010001110101110011000111010110100 | efec8eb2f1e6c0ea8eb98eb4 |
UTF-8 | 闌イ驢占ケエ | 111010011001011110001100111011111011110110110010111010011010100110100010111001011000110110100000111011111011110110111001111011111011110110110100 | e9978cefbdb2e9a9a2e58da0efbdb9efbdb4 |
UHC | ??驢占?? | 0011111100111111110101011111000011101111101111110011111100111111 | 3f3fd5f0efbf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)