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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 遽∫丙BF | 1110011110101111100000011110011110010101101110000100001001000110 | e7af81e795b84246 |
EUC-JP | 遽∫丙BF | 1110111010110001101000101110100111001010101110100100001001000110 | eeb1a2e9caba4246 |
UTF-8 | 遽∫丙BF | 1110100110000001101111011110001010001000101010111110010010111000100110010100001001000110 | e981bde288abe4b8994246 |
UHC | 遽∫丙BF | 1100101111101000101000011111001011011100101100000100001001000110 | cbe8a1f2dcb04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)