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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?鞨?提 | 001111111110100011100000001111111001001011110001 | 3fe8e03f92f1 |
EUC-JP | 焌鞨?提 | 1000111111001001111010001111000011100010001111111100010011110011 | 8fc9e8f0e23fc4f3 |
UTF-8 | 焌鞨쑹提 | 111001111000010010001100111010011001111010101000111011001001000110111001111001101000111110010000 | e7848ce99ea8ec91b9e68f90 |
UHC | 焌鞨쑹提 | 1111000111100000110010101110101010111110101010111111000010101011 | f1e0caeabeabf0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)