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 | Z¢L¶ | 1001001001011010100100011010001010010010010011001001000110110110 | 925a91a2924c91b6 |
SJIS-WIN | ?Z?¢?L?¶ | 00111111010110100011111110000001100100010011111101001100001111111000000111110111 | 3f5a3f81913f4c3f81f7 |
EUC-JP | ?Z?¢?L?¶ | 00111111010110100011111110100001111100010011111101001100001111111010001011111001 | 3f5a3fa1f13f4c3fa2f9 |
UTF-8 | Z¢L¶ | 1100001010010010010110101100001010010001110000101010001011000010100100100100110011000010100100011100001010110110 | c2925ac291c2a2c2924cc291c2b6 |
UHC | ?Z???L?¶ | 001111110101101000111111001111110011111101001100001111111010001011010010 | 3f5a3f3f3f4c3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)