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 | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
SJIS-WIN | 泓}i泓}iB | 100111111001011101111101011010011001111110010111011111010110100101000010 | 9f977d699f977d6942 |
EUC-JP | 泓}i泓}iB | 110111011111011101111101011010011101110111110111011111010110100101000010 | ddf77d69ddf77d6942 |
UTF-8 | 泓}i泓}iB | 1110011010110011100100110111110101101001111001101011001110010011011111010110100101000010 | e6b3937d69e6b3937d6942 |
UHC | 泓}i泓}iB | 111110111111001001111101011010011111101111110010011111010110100101000010 | fbf27d69fbf27d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)