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 | 焌鞨?澐 | 100011111100100111101000111100001110001000111111100011111100100011101001 | 8fc9e8f0e23f8fc8e9 |
UTF-8 | 焌鞨쑹澐 | 111001111000010010001100111010011001111010101000111011001001000110111001111001101011111010010000 | e7848ce99ea8ec91b9e6be90 |
UHC | 焌鞨쑹澐 | 1111000111100000110010101110101010111110101010111110100111111010 | f1e0caeabeabe9fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)