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 | qêNBF | 100011010111000111101010010011100100001001000110 | 8d71ea4e4246 |
SJIS-WIN | ?q?NBF | 001111110111000100111111010011100100001001000110 | 3f713f4e4246 |
EUC-JP | ?qêNBF | 0011111101110001100011111010101110110100010011100100001001000110 | 3f718fabb44e4246 |
UTF-8 | qêNBF | 1100001010001101011100011100001110101010010011100100001001000110 | c28d71c3aa4e4246 |
UHC | ?q?NBF | 001111110111000100111111010011100100001001000110 | 3f713f4e4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)