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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 仁????仁 | 1001000001101101001111110011111100111111001111111001000001101101 | 906d3f3f3f3f906d |
EUC-JP | 仁????仁 | 1011111111001110001111110011111100111111001111111011111111001110 | bfce3f3f3f3fbfce |
UTF-8 | 仁섕알렖셧仁 | 111001001011101110000001111011001000010010010101111011001001010110001100111010111010000010010110111011001000010110100111111001001011101110000001 | e4bb81ec8495ec958ceba096ec85a7e4bb81 |
UHC | 仁섕알렖셧仁 | 111011001101001010111100101011001011111011001011100011101010101110111100110010111110110011010010 | ecd2bcacbecb8eabbccbecd2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)