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 | 岦悌貍 | 111110101010110010010010111011101110011010111100 | faac92eee6bc |
EUC-JP | 岦悌貍 | 10001111101110111011001111000100111100001110110010111110 | 8fbbb3c4f0ecbe |
UTF-8 | 岦悌貍 | 111001011011001010100110111001101000001010001100111010001011001010001101 | e5b2a6e6828ce8b28d |
UHC | ?悌? | 00111111111100001010101000111111 | 3ff0aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)