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 | 111001111001100110110110011010011110011110011001101101100110100101000010 | e799b669e799b66942 |
SJIS-WIN | ??¶i??¶iB | 0011111100111111100000011111011101101001001111110011111110000001111101110110100101000010 | 3f3f81f7693f3f81f76942 |
EUC-JP | ç?¶iç?¶iB | 100011111010101110101110001111111010001011111001011010011000111110101011101011100011111110100010111110010110100101000010 | 8fabae3fa2f9698fabae3fa2f96942 |
UTF-8 | ç¶iç¶iB | 110000111010011111000010100110011100001010110110011010011100001110100111110000101001100111000010101101100110100101000010 | c3a7c299c2b669c3a7c299c2b66942 |
UHC | ??¶i??¶iB | 0011111100111111101000101101001001101001001111110011111110100010110100100110100101000010 | 3f3fa2d2693f3fa2d26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)