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¶ZB | 10010010010110100100010010010001101101100101101001000010 | 925a4491b65a42 |
SJIS-WIN | ?ZD?¶ZB | 0011111101011010010001000011111110000001111101110101101001000010 | 3f5a443f81f75a42 |
EUC-JP | ?ZD?¶ZB | 0011111101011010010001000011111110100010111110010101101001000010 | 3f5a443fa2f95a42 |
UTF-8 | ZD¶ZB | 11000010100100100101101001000100110000101001000111000010101101100101101001000010 | c2925a44c291c2b65a42 |
UHC | ?ZD?¶ZB | 0011111101011010010001000011111110100010110100100101101001000010 | 3f5a443fa2d25a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)