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^ | 111001111001000110101001010001001110011110010001101010010100010001011110 | e791a944e791a9445e |
EUC-JP | 迹ゥD迹ゥD^ | 1110110111110001100011101010100101000100111011011111000110001110101010010100010001011110 | edf18ea944edf18ea9445e |
UTF-8 | 迹ゥD迹ゥD^ | 111010001011111110111001111011111011110110101001010001001110100010111111101110011110111110111101101010010100010001011110 | e8bfb9efbda944e8bfb9efbda9445e |
UHC | 迹?D迹?D^ | 111011101110100100111111010001001110111011101001001111110100010001011110 | eee93f44eee93f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)