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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蘓悶蘓悶^ | 111001010101111010010110111000111110010101011110100101101110001101011110 | e55e96e3e55e96e35e |
EUC-JP | 蘓悶蘓悶^ | 111010011011111111001100111001011110100110111111110011001110010101011110 | e9bfcce5e9bfcce55e |
UTF-8 | 蘓悶蘓悶^ | 11101000100110001001001111100110100000101011011011101000100110001001001111100110100000101011011001011110 | e89893e682b6e89893e682b65e |
UHC | ?悶?悶^ | 00111111110110101011111100111111110110101011111101011110 | 3fdabf3fdabf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)