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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 瑢嘗D瑢嘗D^ | 1111101101101011100011111010011001000100111110110110101110001111101001100100010001011110 | fb6b8fa644fb6b8fa6445e |
EUC-JP | 瑢嘗D瑢嘗D^ | 10001111110011001100001010111110101010000100010010001111110011001100001010111110101010000100010001011110 | 8fccc2bea8448fccc2bea8445e |
UTF-8 | 瑢嘗D瑢嘗D^ | 111001111001000110100010111001011001100010010111010001001110011110010001101000101110010110011000100101110100010001011110 | e791a2e5989744e791a2e59897445e |
UHC | 瑢嘗D瑢嘗D^ | 1110100111000011110111111100010001000100111010011100001111011111110001000100010001011110 | e9c3dfc444e9c3dfc4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)