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 | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | ?遣}i?遣}iB | 0011111110001100101011010111110101101001001111111000110010101101011111010110100101000010 | 3f8cad7d693f8cad7d6942 |
EUC-JP | 曈遣}i曈遣}iB | 100011111100001011100010101110001010111101111101011010011000111111000010111000101011100010101111011111010110100101000010 | 8fc2e2b8af7d698fc2e2b8af7d6942 |
UTF-8 | 曈遣}i曈遣}iB | 1110011010011011100010001110100110000001101000110111110101101001111001101001101110001000111010011000000110100011011111010110100101000010 | e69b88e981a37d69e69b88e981a37d6942 |
UHC | ?遣}i?遣}iB | 0011111111001100101110100111110101101001001111111100110010111010011111010110100101000010 | 3fccba7d693fccba7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)