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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鞳碁が雋イB | 11101000111000111000110011101001100000101010101011101000101100101011001001000010 | e8e38ce982aae8b2b242 |
EUC-JP | 鞳碁が雋イB | 1111000011100101101110001110101110100100101011001111000010110100100011101011001001000010 | f0e5b8eba4acf0b48eb242 |
UTF-8 | 鞳碁が雋イB | 11101001100111101011001111100111101000101000000111100011100000011000110011101001100110111000101111101111101111011011001001000010 | e99eb3e7a281e3818ce99b8befbdb242 |
UHC | ?碁が雋?B | 001111111101000110110011101010101010110011110001111001100011111101000010 | 3fd1b3aaacf1e63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)