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 | 11100011110000111111001011110000011111010110100111100011110000111111001011110000011111010110100101000010 | e3c3f2f07d69e3c3f2f07d6942 |
EUC-JP | 翕?}i翕?}iB | 1110011011000101001111110111110101101001111001101100010100111111011111010110100101000010 | e6c53f7d69e6c53f7d6942 |
UTF-8 | 翕}i翕}iB | 1110011110111111100101011110111010001000101001110111110101101001111001111011111110010101111011101000100010100111011111010110100101000010 | e7bf95ee88a77d69e7bf95ee88a77d6942 |
UHC | 翕?}i翕?}iB | 1111110111101000001111110111110101101001111111011110100000111111011111010110100101000010 | fde83f7d69fde83f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)