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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?賍鮗シB | 00111111111001101101101011101001101110101011110001000010 | 3fe6dae9babc42 |
EUC-JP | 焌賍鮗シB | 10001111110010011110100011101100110111001111001010111100100011101011110001000010 | 8fc9e8ecdcf2bc8ebc42 |
UTF-8 | 焌賍鮗シB | 11100111100001001000110011101000101100111000110111101001101011101001011111101111101111011011110001000010 | e7848ce8b38de9ae97efbdbc42 |
UHC | 焌???B | 111100011110000000111111001111110011111101000010 | f1e03f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)