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 | ½ÅÆßË | 1011110111000101110001101101111111001011 | bdc5c6dfcb |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?ÅÆßË | 00111111100011111010101010101001100011111010100110100001100011111010100111001110100011111010101010110011 | 3f8faaa98fa9a18fa9ce8faab3 |
UTF-8 | ½ÅÆßË | 11000010101111011100001110000101110000111000011011000011100111111100001110001011 | c2bdc385c386c39fc38b |
UHC | ½?Æß? | 1010100011110110001111111010100010100001101010011010110000111111 | a8f63fa8a1a9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)