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 | 跌シ雉∵ | 11100110111010011011110011101000101100111000000111100110 | e6e9bce8b381e6 |
EUC-JP | 跌シ雉∵ | 1110110011101011100011101011110011110000101101011010001011101000 | eceb8ebcf0b5a2e8 |
UTF-8 | 跌シ雉∵ | 111010001011011110001100111011111011110110111100111010011001101110001001111000101000100010110101 | e8b78cefbdbce99b89e288b5 |
UHC | 跌?雉∵ | 11110010111101100011111111110110110010111010000111110001 | f2f63ff6cba1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)