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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 撕撕[撕撕[^ | 1001110110011001100111011001100101011011100111011001100110011101100110010101101101011110 | 9d999d995b9d999d995b5e |
EUC-JP | 撕撕[撕撕[^ | 1101100111111001110110011111100101011011110110011111100111011001111110010101101101011110 | d9f9d9f95bd9f9d9f95b5e |
UTF-8 | 撕撕[撕撕[^ | 111001101001001010010101111001101001001010010101010110111110011010010010100101011110011010010010100101010101101101011110 | e69295e692955be69295e692955b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)