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 | 﨟ェ荳ィ | 11111011100111011010101011100100101110001000001101000010 | fb9daae4b88342 |
EUC-JP | ?ェ荳ィ | 00111111100011101010101011101000101110101010010110100011 | 3f8eaae8baa5a3 |
UTF-8 | 﨟ェ荳ィ | 111011111010100010011111111011111011110110101010111010001000110110110011111000111000001010100011 | efa89fefbdaae88db3e382a3 |
UHC | ??荳ィ | 001111110011111111010100111001011010101110100011 | 3f3fd4e5aba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)