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 | 鴆自鱧叱霑 | 11101001111011111000111010101001111010011110010110001110101101101110100010111111 | e9ef8ea9e9e58eb6e8bf |
EUC-JP | 鴆自鱧叱霑 | 11110010111100011011110010101011111100101110011110111100101110001111000011000001 | f2f1bcabf2e7bcb8f0c1 |
UTF-8 | 鴆自鱧叱霑 | 111010011011010010000110111010001000011110101010111010011011000110100111111001011000111110110001111010011001110010010001 | e9b486e887aae9b1a7e58fb1e99c91 |
UHC | ?自?叱霑 | 0011111111101101101110110011111111110010111010101110111111000101 | 3fedbb3ff2eaefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)