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 | 10011110101101100110100110011110101101100110100101000010 | 9eb6699eb66942 |
SJIS-WIN | ?¶i?¶iB | 001111111000000111110111011010010011111110000001111101110110100101000010 | 3f81f7693f81f76942 |
EUC-JP | ?¶i?¶iB | 001111111010001011111001011010010011111110100010111110010110100101000010 | 3fa2f9693fa2f96942 |
UTF-8 | ¶i¶iB | 1100001010011110110000101011011001101001110000101001111011000010101101100110100101000010 | c29ec2b669c29ec2b66942 |
UHC | ?¶i?¶iB | 001111111010001011010010011010010011111110100010110100100110100101000010 | 3fa2d2693fa2d26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)