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 | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | 頷厄スス}B | 1110100011110101100101101110111110111101101111010111110101000010 | e8f596efbdbd7d42 |
EUC-JP | 頷厄スス}B | 11110000111101111100110011110001100011101011110110001110101111010111110101000010 | f0f7ccf18ebd8ebd7d42 |
UTF-8 | 頷厄スス}B | 1110100110100000101101111110010110001110100001001110111110111101101111011110111110111101101111010111110101000010 | e9a0b7e58e84efbdbdefbdbd7d42 |
UHC | ?厄??}B | 00111111111001001111100000111111001111110111110101000010 | 3fe4f83f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)