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 | 逎視秋雖 | 1110011110100011100011101000101110001111010010001110010110101011 | e7a38e8b8f48e5ab |
EUC-JP | 逎視秋雖 | 1110111010100101101110111110101110111101101010011110101010101101 | eea5bbebbda9eaad |
UTF-8 | 逎視秋雖 | 111010011000000010001110111010001010011010010110111001111010011110001011111010011001101110010110 | e9808ee8a696e7a78be99b96 |
UHC | ?視秋雖 | 00111111111000111100101011110101110101011110001011001100 | 3fe3caf5d5e2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)