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 | 絎ょ牽胛醇 | 11100011010011011000001011100101100011001010000111100011111011101000111110000110 | e34d82e58ca1e3ee8f86 |
EUC-JP | 絎ょ牽胛醇 | 11100101101011101010010011100111101110001010001111100110111100001011110111100110 | e5aea4e7b8a3e6f0bde6 |
UTF-8 | 絎ょ牽胛醇 | 111001111011010110001110111000111000001010000111111001111000100110111101111010001000001110011011111010011000011010000111 | e7b58ee38287e789bde8839be98687 |
UHC | ?ょ牽胛醇 | 001111111010101011100111110011001011001011001011101001001110001011110101 | 3faae7ccb2cba4e2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)