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¶£^ | 10010010010001001001000110110110100100011010001101011110 | 924491b691a35e |
SJIS-WIN | ?D?¶?£^ | 001111110100010000111111100000011111011100111111100000011001001001011110 | 3f443f81f73f81925e |
EUC-JP | ?D?¶?£^ | 001111110100010000111111101000101111100100111111101000011111001001011110 | 3f443fa2f93fa1f25e |
UTF-8 | D¶£^ | 110000101001001001000100110000101001000111000010101101101100001010010001110000101010001101011110 | c29244c291c2b6c291c2a35e |
UHC | ?D?¶??^ | 0011111101000100001111111010001011010010001111110011111101011110 | 3f443fa2d23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)