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 | 111000111011010101111101011010011110001110110101011111010110100101000010 | e3b57d69e3b57d6942 |
EUC-JP | 羞}i羞}iB | 111001101011011101111101011010011110011010110111011111010110100101000010 | e6b77d69e6b77d6942 |
UTF-8 | 羞}i羞}iB | 1110011110111110100111100111110101101001111001111011111010011110011111010110100101000010 | e7be9e7d69e7be9e7d6942 |
UHC | 羞}i羞}iB | 111000101011101001111101011010011110001010111010011111010110100101000010 | e2ba7d69e2ba7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)