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 | ì¥è«èû | 1110110010100101100101001110100010101011100101101110100011111011 | eca594e8ab96e8fb |
SJIS-WIN | ?¥?????? | 001111111000000110001111001111110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f3f |
EUC-JP | ì??è??èû | 10001111101010111100000000111111001111111000111110101011101100100011111100111111100011111010101110110010100011111010101111100101 | 8fabc03f3f8fabb23f3f8fabb28fabe5 |
UTF-8 | ì¥è«èû | 11000011101011001100001010100101110000101001010011000011101010001100001010101011110000101001011011000011101010001100001110111011 | c3acc2a5c294c3a8c2abc296c3a8c3bb |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)