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 | ?粉}?粉{^ | 001111111001010110110010011111010011111110010101101100100111101101011110 | 3f95b27d3f95b27b5e |
EUC-JP | ?粉}?粉{^ | 001111111100101010110100011111010011111111001010101101000111101101011110 | 3fcab47d3fcab47b5e |
UTF-8 | 裡粉}裡粉{^ | 111011111010011110101000111001111011001010001001011111011110111110100111101010001110011110110010100010010111101101011110 | efa7a8e7b2897defa7a8e7b2897b5e |
UHC | 裡粉}裡粉{^ | 1110110011000001110111011100111101111101111011001100000111011101110011110111101101011110 | ecc1ddcf7decc1ddcf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)