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 | é²û | 100111001000000111101001101100101001100111111011 | 9c81e9b299fb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??é??û | 00111111001111111000111110101011101100010011111100111111100011111010101111100101 | 3f3f8fabb13f3f8fabe5 |
UTF-8 | é²û | 110000101001110011000010100000011100001110101001110000101011001011000010100110011100001110111011 | c29cc281c3a9c2b2c299c3bb |
UHC | ???²?? | 00111111001111110011111110101001111101110011111100111111 | 3f3f3fa9f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)