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 | ?鞨?? | 0011111111101000111000000011111100111111 | 3fe8e03f3f |
EUC-JP | 焌鞨?珽 | 100011111100100111101000111100001110001000111111100011111100101111111110 | 8fc9e8f0e23f8fcbfe |
UTF-8 | 焌鞨쑹珽 | 111001111000010010001100111010011001111010101000111011001001000110111001111001111000111110111101 | e7848ce99ea8ec91b9e78fbd |
UHC | 焌鞨쑹珽 | 1111000111100000110010101110101010111110101010111110111111101010 | f1e0caeabeabefea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)