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 | 111001000100101101111101011010011110010001001011011111010110100101000010 | e44b7d69e44b7d6942 |
EUC-JP | 膃}i膃}iB | 111001111010110001111101011010011110011110101100011111010110100101000010 | e7ac7d69e7ac7d6942 |
UTF-8 | 膃}i膃}iB | 1110100010000110100000110111110101101001111010001000011010000011011111010110100101000010 | e886837d69e886837d6942 |
UHC | ?}i?}iB | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)