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 | 阿??苡? | 10001000101000100011111100111111111001001000111100111111 | 88a23f3fe48f3f |
EUC-JP | 阿??苡? | 10110000101001000011111100111111111001111110111100111111 | b0a43f3fe7ef3f |
UTF-8 | 阿잛뢿苡첕 | 111010011001100010111111111011001001111010011011111010111010001010111111111010001000101110100001111011001011001010010101 | e998bfec9e9beba2bfe88ba1ecb295 |
UHC | 阿잛뢿苡첕 | 11100100101110011001111111101100100011111000001011101100101111101010101101000010 | e4b99fec8f82ecbeab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)