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 | 仁???? | 100100000110110100111111001111110011111100111111 | 906d3f3f3f3f |
EUC-JP | 仁???? | 101111111100111000111111001111110011111100111111 | bfce3f3f3f3f |
UTF-8 | 仁섕알렖셧 | 111001001011101110000001111011001000010010010101111011001001010110001100111010111010000010010110111011001000010110100111 | e4bb81ec8495ec958ceba096ec85a7 |
UHC | 仁섕알렖셧 | 11101100110100101011110010101100101111101100101110001110101010111011110011001011 | ecd2bcacbecb8eabbccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)