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 | ?蓑??? | 001111111001011010101010001111110011111100111111 | 3f96aa3f3f3f |
EUC-JP | 邕蓑??邕 | 10001111111000011110110111001100101011000011111100111111100011111110000111101101 | 8fe1edccac3f3f8fe1ed |
UTF-8 | 邕蓑렣렕邕 | 111010011000001010010101111010001001001110010001111010111010000010100011111010111010000010010101111010011000001010010101 | e98295e89391eba0a3eba095e98295 |
UHC | 邕蓑렣렕邕 | 11101000101110111101111011101110100011101011010010001110101010101110100010111011 | e8bbdeee8eb48eaae8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)