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 | ?????C | 001111110011111100111111001111110011111101000011 | 3f3f3f3f3f43 |
SJIS-WIN | 軏乞ぐ蹊枳C | 1111101110110010100011001110111010000010101011101110011011111100100111100110101101000011 | fbb28cee82aee6fc9e6b43 |
EUC-JP | 軏乞ぐ蹊枳C | 100011111110000011011001101110001111000010100100101100001110110011111110110110111100110001000011 | 8fe0d9b8f0a4b0ecfedbcc43 |
UTF-8 | 軏乞ぐ蹊枳C | 11101000101110111000111111100100101110011001111011100011100000011001000011101000101110011000101011100110100111101011001101000011 | e8bb8fe4b99ee38190e8b98ae69eb343 |
UHC | ?乞ぐ蹊枳C | 00111111110010111111011110101010101100001111101110110111111100101010110001000011 | 3fcbf7aab0fbb7f2ac43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)