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 | 吠撓}吠撓{^ | 1001011001101001100111011001101001111101100101100110100110011101100110100111101101011110 | 96699d9a7d96699d9a7b5e |
EUC-JP | 吠撓}吠撓{^ | 1100101111001010110110011111101001111101110010111100101011011001111110100111101101011110 | cbcad9fa7dcbcad9fa7b5e |
UTF-8 | 吠撓}吠撓{^ | 111001011001000010100000111001101001001010010011011111011110010110010000101000001110011010010010100100110111101101011110 | e590a0e692937de590a0e692937b5e |
UHC | 吠撓}吠撓{^ | 1111100011000101111010001111010101111101111110001100010111101000111101010111101101011110 | f8c5e8f57df8c5e8f57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)