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 | 11100110100110011001101111100101100010001011101111101000101110011011010001000010 | e6999be588bbe8b9b442 |
EUC-JP | 譎帛綾雹エB | 1110101111111001110101101110011110110000101111011111000010111011100011101011010001000010 | ebf9d6e7b0bdf0bb8eb442 |
UTF-8 | 譎帛綾雹エB | 11101000101011011000111011100101101110001001101111100111101101101011111011101001100110111011100111101111101111011011010001000010 | e8ad8ee5b89be7b6bee99bb9efbdb442 |
UHC | 譎帛綾雹?B | 11111101110100101101101111011001110101111101001111011010110111110011111101000010 | fdd2dbd9d7d3dadf3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)