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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 貞?牝] | 100100101110010100111111100101101100010001011101 | 92e53f96c45d |
EUC-JP | 貞?牝] | 110001001110011100111111110011001100011001011101 | c4e73fccc65d |
UTF-8 | 貞흡牝] | 11101000101100101001111011101101100111011010000111100111100010011001110101011101 | e8b29eed9da1e7899d5d |
UHC | 貞흡牝] | 11101111111101101100100011101101110111101011011001011101 | eff6c8eddeb65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)