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¶£ | 100100100100010010010001101101101001000110100011 | 924491b691a3 |
SJIS-WIN | ?D?¶?£ | 0011111101000100001111111000000111110111001111111000000110010010 | 3f443f81f73f8192 |
EUC-JP | ?D?¶?£ | 0011111101000100001111111010001011111001001111111010000111110010 | 3f443fa2f93fa1f2 |
UTF-8 | D¶£ | 1100001010010010010001001100001010010001110000101011011011000010100100011100001010100011 | c29244c291c2b6c291c2a3 |
UHC | ?D?¶?? | 00111111010001000011111110100010110100100011111100111111 | 3f443fa2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)