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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陬晏ス皆 | 11101000101000111001110111100101101111011000101001000110 | e8a39de5bd8a46 |
EUC-JP | 陬晏ス皆 | 1111000010100101110110101110011110001110101111011011001110100111 | f0a5dae78ebdb3a7 |
UTF-8 | 陬晏ス皆 | 111010011001100110101100111001101001100110001111111011111011110110111101111001111001101010000110 | e999ace6998fefbdbde79a86 |
UHC | ?晏?皆 | 001111111110010011001111001111111100101111001011 | 3fe4cf3fcbcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)