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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 灌渙鴿渫 | 1001111111110011100111111101000011101001111110011001111111010110 | 9ff39fd0e9f99fd6 |
EUC-JP | 灌渙鴿渫 | 1101111011110101110111101101001011110010111110111101111011011000 | def5ded2f2fbded8 |
UTF-8 | 灌渙鴿渫 | 111001111000000110001100111001101011100010011001111010011011010010111111111001101011100010101011 | e7818ce6b899e9b4bfe6b8ab |
UHC | 灌渙?渫 | 11001110101101001111110010111001001111111110000011011110 | ceb4fcb93fe0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)