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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 貘眷[貘眷[^ | 1110011011000000111000011100010101011011111001101100000011100001110001010101101101011110 | e6c0e1c55be6c0e1c55b5e |
EUC-JP | 貘眷[貘眷[^ | 1110110011000010111000101100011101011011111011001100001011100010110001110101101101011110 | ecc2e2c75becc2e2c75b5e |
UTF-8 | 貘眷[貘眷[^ | 111010001011001010011000111001111001110010110111010110111110100010110010100110001110011110011100101101110101101101011110 | e8b298e79cb75be8b298e79cb75b5e |
UHC | ?眷[?眷[^ | 001111111100111111101111010110110011111111001111111011110101101101011110 | 3fcfef5b3fcfef5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)