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 | 螫ェ豢溽鉑 | 111001011010110010101010111001101011010010011111111001111111101111001001 | e5acaae6b49fe7fbc9 |
EUC-JP | 螫ェ豢溽鉑 | 1110101010101110100011101010101011101100101101101101111011101001100011111110001111100001 | eaae8eaaecb6dee98fe3e1 |
UTF-8 | 螫ェ豢溽鉑 | 111010001001111010101011111011111011110110101010111010001011000110100010111001101011101010111101111010011000100110010001 | e89eabefbdaae8b1a2e6babde98991 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)