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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 婁塢}婁塢{^ | 1001100001001011100110101100011101111101100110000100101110011010110001110111101101011110 | 984b9ac77d984b9ac77b5e |
EUC-JP | 婁塢}婁塢{^ | 1100111110101100110101001100100101111101110011111010110011010100110010010111101101011110 | cfacd4c97dcfacd4c97b5e |
UTF-8 | 婁塢}婁塢{^ | 111001011010100110000001111001011010000110100010011111011110010110101001100000011110010110100001101000100111101101011110 | e5a981e5a1a27de5a981e5a1a27b5e |
UHC | 婁塢}婁塢{^ | 1101011110100101111001111111000101111101110101111010010111100111111100010111101101011110 | d7a5e7f17dd7a5e7f17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)