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 | 100100100101011010010010010001011001001001011001100100100101011001000010 | 925692459259925642 |
EUC-JP | 歎脱炭歎B | 110000111011011111000011101001101100001110111010110000111011011101000010 | c3b7c3a6c3bac3b742 |
UTF-8 | 歎脱炭歎B | 11100110101011011000111011101000100001001011000111100111100000101010110111100110101011011000111001000010 | e6ad8ee884b1e782ade6ad8e42 |
UHC | 歎?炭歎B | 1111011110100111001111111111011110101001111101111010011101000010 | f7a73ff7a9f7a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)