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 | èëàÛû | 111010001110101111100000110110111001100111111011 | e8ebe0db99fb |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èëàÛ?û | 10001111101010111011001010001111101010111011001110001111101010111010001010001111101010101110010100111111100011111010101111100101 | 8fabb28fabb38faba28faae53f8fabe5 |
UTF-8 | èëàÛû | 110000111010100011000011101010111100001110100000110000111001101111000010100110011100001110111011 | c3a8c3abc3a0c39bc299c3bb |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)