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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嫉?佇?? | 10001110101110010011111110011000110010000011111100111111 | 8eb93f98c83f3f |
EUC-JP | 嫉?佇?? | 10111100101110110011111111010000110010100011111100111111 | bcbb3fd0ca3f3f |
UTF-8 | 嫉렺佇咽렚 | 111001011010101110001001111010111010000010111010111001001011110110000111111011111010011010011110111010111010000010011010 | e5ab89eba0bae4bd87efa69eeba09a |
UHC | 嫉렺佇咽렚 | 11110010111011001000111011000010111011101011011111100110111011001000111010101101 | f2ec8ec2eeb7e6ec8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)