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 | 姚??嗚 | 100110110100110000111111001111111001101001101010 | 9b4c3f3f9a6a |
EUC-JP | 姚??嗚 | 110101011010110100111111001111111101001111001011 | d5ad3f3fd3cb |
UTF-8 | 姚붺퇁嗚 | 111001011010011110011010111010111011011010111010111011011000011110000001111001011001011110011010 | e5a79aebb6baed8781e5979a |
UHC | 姚붺퇁嗚 | 1110100011101110100101001110011110110111100100101110011111110000 | e8ee94e7b792e7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)