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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??文 | 00111111001111111001010110110110 | 3f3f95b6 |
EUC-JP | 邕?文 | 100011111110000111101101001111111100101010111000 | 8fe1ed3fcab8 |
UTF-8 | 邕漏文 | 111010011000001010010101111011111010010110001110111001101001011010000111 | e98295efa58ee69687 |
UHC | 邕漏文 | 111010001011101111010010111010001101100111111110 | e8bbd2e8d9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)