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 | 遶ェ霎ソ蜑 | 1110011110101011101010101110100010111110101111111110010110001001 | e7abaae8bebfe589 |
EUC-JP | 遶ェ霎ソ蜑 | 11101110101011011000111010101010111100001100000010001110101111111110100111101001 | eead8eaaf0c08ebfe9e9 |
UTF-8 | 遶ェ霎ソ蜑 | 111010011000000110110110111011111011110110101010111010011001110010001110111011111011110110111111111010001001110010010001 | e981b6efbdaae99c8eefbdbfe89c91 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)