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 | þeFZB | 10010001111111100110010110010010010001100101101001000010 | 91fe6592465a42 |
SJIS-WIN | ??e?FZB | 00111111001111110110010100111111010001100101101001000010 | 3f3f653f465a42 |
EUC-JP | ?þe?FZB | 001111111000111110101001110100000110010100111111010001100101101001000010 | 3f8fa9d0653f465a42 |
UTF-8 | þeFZB | 11000010100100011100001110111110011001011100001010010010010001100101101001000010 | c291c3be65c292465a42 |
UHC | ?þe?FZB | 0011111110101001101011010110010100111111010001100101101001000010 | 3fa9ad653f465a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)