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 | 隴悟臆雉 | 1110100010101101100011001110010110001001101100001110100010110011 | e8ad8ce589b0e8b3 |
EUC-JP | 隴悟臆雉 | 1111000010101111101110001110011110110010101100101111000010110101 | f0afb8e7b2b2f0b5 |
UTF-8 | 隴悟臆雉 | 111010011001101010110100111001101000001010011111111010001000011110000110111010011001101110001001 | e99ab4e6829fe88786e99b89 |
UHC | ?悟臆雉 | 00111111111001111111011011100101111001101111011011001011 | 3fe7f6e5e6f6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)