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 | Êd}Êd{^ | 100101001100101001100100011111011001010011001010011001000111101101011110 | 94ca647d94ca647b5e |
SJIS-WIN | ??d}??d{^ | 001111110011111101100100011111010011111100111111011001000111101101011110 | 3f3f647d3f3f647b5e |
EUC-JP | ?Êd}?Êd{^ | 00111111100011111010101010110100011001000111110100111111100011111010101010110100011001000111101101011110 | 3f8faab4647d3f8faab4647b5e |
UTF-8 | Êd}Êd{^ | 11000010100101001100001110001010011001000111110111000010100101001100001110001010011001000111101101011110 | c294c38a647dc294c38a647b5e |
UHC | ??d}??d{^ | 001111110011111101100100011111010011111100111111011001000111101101011110 | 3f3f647d3f3f647b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)