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 | 際?肢?? | 10001101110110110011111110001110100010000011111100111111 | 8ddb3f8e883f3f |
EUC-JP | 際?肢?? | 10111010110111010011111110111011111010000011111100111111 | badd3fbbe83f3f |
UTF-8 | 際렮肢렲理 | 111010011001101010011011111010111010000010101110111010001000001010100010111010111010000010110010111011111010011110100100 | e99a9beba0aee882a2eba0b2efa7a4 |
UHC | 際렮肢렲理 | 11110000101101111000111010111011111100101011011010001110101111111110110010110101 | f0b78ebbf2b68ebfecb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)