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 | 11100111111100101001011111100101100010001011101111101000101110011011010001000010 | e7f297e588bbe8b9b442 |
EUC-JP | 銓怜綾雹エB | 1110111011110100110011101110011110110000101111011111000010111011100011101011010001000010 | eef4cee7b0bdf0bb8eb442 |
UTF-8 | 銓怜綾雹エB | 11101001100010101001001111100110100000001001110011100111101101101011111011101001100110111011100111101111101111011011010001000010 | e98a93e6809ce7b6bee99bb9efbdb442 |
UHC | 銓怜綾雹?B | 11101111101100001101011010111011110101111101001111011010110111110011111101000010 | efb0d6bbd7d3dadf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)