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 | ??????Bh | 0011111100111111001111110011111100111111001111110100001001101000 | 3f3f3f3f3f3f4268 |
SJIS-WIN | セュ竺セュ宍Bh | 10111110101011011000111010110001101111101010110110001110101100110100001001101000 | bead8eb1bead8eb34268 |
EUC-JP | セュ竺セュ宍Bh | 1000111010111110100011101010110110111100101100111000111010111110100011101010110110111100101101010100001001101000 | 8ebe8eadbcb38ebe8eadbcb54268 |
UTF-8 | セュ竺セュ宍Bh | 1110111110111101101111101110111110111101101011011110011110101011101110101110111110111101101111101110111110111101101011011110010110101110100011010100001001101000 | efbdbeefbdade7abbaefbdbeefbdade5ae8d4268 |
UHC | ??竺???Bh | 001111110011111111110101111001110011111100111111001111110100001001101000 | 3f3ff5e73f3f3f4268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)