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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 杓湿莚 | 100011101101101110001110101111001110010010101101 | 8edb8ebce4ad |
EUC-JP | 杓湿莚 | 101111001101110110111100101111101110100010101111 | bcddbcbee8af |
UTF-8 | 杓湿莚 | 111001101001110110010011111001101011100110111111111010001000111010011010 | e69d93e6b9bfe88e9a |
UHC | 杓?? | 11111000111101010011111100111111 | f8f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)