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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 浙薜胞^ | 10011111101101001110010101001111100101100100010101011110 | 9fb4e54f96455e |
EUC-JP | 浙薜胞^ | 11011110101101101110100110110000110010111010011001011110 | deb6e9b0cba65e |
UTF-8 | 浙薜胞^ | 11100110101101011001100111101000100101101001110011101000100000111001111001011110 | e6b599e8969ce8839e5e |
UHC | 浙?胞^ | 111011111011101000111111111110001110000001011110 | efba3ff8e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)