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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 釣?牝B | 100100101101111000111111100101101100010001000010 | 92de3f96c442 |
EUC-JP | 釣?牝B | 110001001110000000111111110011001100011001000010 | c4e03fccc642 |
UTF-8 | 釣멱牝B | 11101001100001111010001111101011101010011011000111100111100010011001110101000010 | e987a3eba9b1e7899d42 |
UHC | 釣멱牝B | 11110000111001011011100011101000110111101011011001000010 | f0e5b8e8deb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)