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 | ûD¸nB | 1111101101000100101110000110111001000010 | fb44b86e42 |
SJIS-WIN | ?D?nB | 0011111101000100001111110110111001000010 | 3f443f6e42 |
EUC-JP | ûD¸nB | 100011111010101111100101010001001000111110100010101100010110111001000010 | 8fabe5448fa2b16e42 |
UTF-8 | ûD¸nB | 11000011101110110100010011000010101110000110111001000010 | c3bb44c2b86e42 |
UHC | ?D¸nB | 001111110100010010100010101011000110111001000010 | 3f44a2ac6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)