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 | 執鴫霓 | 11110000101100101000111010110111111100001100000010001110101100001110100010111101 | f0b28eb7f0c08eb0e8bd |
EUC-JP | ?執?鴫霓 | 0011111110111100101110010011111110111100101100101111000010111111 | 3fbcb93fbcb2f0bf |
UTF-8 | 執鴫霓 | 111011101000000110110001111001011001111110110111111011101000000110111111111010011011010010101011111010011001110010010011 | ee81b1e59fb7ee81bfe9b4abe99c93 |
UHC | ?執??霓 | 00111111111100101111101100111111001111111110011111100111 | 3ff2fb3f3fe7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)