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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鄂個ー | 1110011110111101100011001100001010110000 | e7bd8cc2b0 |
EUC-JP | 鄂個ー | 111011101011111110111000110001001000111010110000 | eebfb8c48eb0 |
UTF-8 | 鄂個ー | 111010011000010010000010111001011000000010001011111011111011110110110000 | e98482e5808befbdb0 |
UHC | 鄂個? | 1110010011000111110010111100000100111111 | e4c7cbc13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)