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 | 網i網iB | 111001111011011010110010011010011110011110110110101100100110100101000010 | e7b6b269e7b6b26942 |
SJIS-WIN | ?¶?i?¶?iB | 0011111110000001111101110011111101101001001111111000000111110111001111110110100101000010 | 3f81f73f693f81f73f6942 |
EUC-JP | �i�iB | 100011111010101110101110101000101111100100111111011010011000111110101011101011101010001011111001001111110110100101000010 | 8fabaea2f93f698fabaea2f93f6942 |
UTF-8 | 網i網iB | 110000111010011111000010101101101100001010110010011010011100001110100111110000101011011011000010101100100110100101000010 | c3a7c2b6c2b269c3a7c2b6c2b26942 |
UHC | ?¶²i?¶²iB | 00111111101000101101001010101001111101110110100100111111101000101101001010101001111101110110100101000010 | 3fa2d2a9f7693fa2d2a9f76942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)