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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祭荳h砥? | 100011011101010111100100101110001000001010001000100100110111010100111111 | 8dd5e4b8828893753f |
EUC-JP | 祭荳h砥? | 101110101101011111101000101110101010001111101000110001011101011000111111 | bad7e8baa3e8c5d63f |
UTF-8 | 祭荳h砥묍 | 111001111010010110101101111010001000110110110011111011111011110110001000111001111010000010100101111010111010110010001101 | e7a5ade88db3efbd88e7a0a5ebac8d |
UHC | 祭荳h砥묍 | 11110000101011101101010011100101101000111110100011110010101100101011100110100011 | f0aed4e5a3e8f2b2b9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)