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 | ZD¶Q~ | 10010010010110100100010010010001101101100101000101111110 | 925a4491b6517e |
SJIS-WIN | ?ZD?¶Q~ | 0011111101011010010001000011111110000001111101110101000101111110 | 3f5a443f81f7517e |
EUC-JP | ?ZD?¶Q~ | 0011111101011010010001000011111110100010111110010101000101111110 | 3f5a443fa2f9517e |
UTF-8 | ZD¶Q~ | 11000010100100100101101001000100110000101001000111000010101101100101000101111110 | c2925a44c291c2b6517e |
UHC | ?ZD?¶Q~ | 0011111101011010010001000011111110100010110100100101000101111110 | 3f5a443fa2d2517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)