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 | ã½íUãN | 1110001110111101100010111110110110001111010101011110001101001110 | e3bd8bed8f55e34e |
SJIS-WIN | ?????U?N | 0011111100111111001111110011111100111111010101010011111101001110 | 3f3f3f3f3f553f4e |
EUC-JP | ã??í?UãN | 1000111110101011101010100011111100111111100011111010101110111111001111110101010110001111101010111010101001001110 | 8fabaa3f3f8fabbf3f558fabaa4e |
UTF-8 | ã½íUãN | 1100001110100011110000101011110111000010100010111100001110101101110000101000111101010101110000111010001101001110 | c3a3c2bdc28bc3adc28f55c3a34e |
UHC | ?½???U?N | 001111111010100011110110001111110011111100111111010101010011111101001110 | 3fa8f63f3f3f553f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)