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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 焏乞ぐ瀨姆 | 11111011010100111000110011101110100000101010111011111011010100001001101101000111 | fb538cee82aefb509b47 |
EUC-JP | 焏乞ぐ?姆 | 10001111110010011110100110111000111100001010010010110000001111111101010110101000 | 8fc9e9b8f0a4b03fd5a8 |
UTF-8 | 焏乞ぐ瀨姆 | 111001111000010010001111111001001011100110011110111000111000000110010000111001111000000010101000111001011010011110000110 | e7848fe4b99ee38190e780a8e5a786 |
UHC | ?乞ぐ瀨姆 | 001111111100101111110111101010101011000011010110111011101101100110110101 | 3fcbf7aab0d6eed9b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)