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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 釣?牝^ | 100100101101111000111111100101101100010001011110 | 92de3f96c45e |
EUC-JP | 釣?牝^ | 110001001110000000111111110011001100011001011110 | c4e03fccc65e |
UTF-8 | 釣멱牝^ | 11101001100001111010001111101011101010011011000111100111100010011001110101011110 | e987a3eba9b1e7899d5e |
UHC | 釣멱牝^ | 11110000111001011011100011101000110111101011011001011110 | f0e5b8e8deb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)