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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??粧?章 | 00111111001111111000111111001111001111111000111111001101 | 3f3f8fcf3f8fcd |
EUC-JP | ??粧?章 | 00111111001111111011111011010001001111111011111011001111 | 3f3fbed13fbecf |
UTF-8 | 欌렋粧렋章 | 111001101010110010001100111010111010000010001011111001111011001010100111111010111010000010001011111001111010101110100000 | e6ac8ceba08be7b2a7eba08be7aba0 |
UHC | 欌렋粧렋章 | 11101101111010111000111010100010111011011111001010001110101000101110110111110001 | edeb8ea2edf28ea2edf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)