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 | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 葉??B潁 | 10010111011101000011111100111111010000101001111111110001 | 97743f3f429ff1 |
EUC-JP | 葉??B潁 | 11001101110101010011111100111111010000101101111011110011 | cdd53f3f42def3 |
UTF-8 | 葉띕젡B潁 | 11101000100100011000100111101011100111011001010111101100101000001010000101000010111001101011110110000001 | e89189eb9d95eca0a142e6bd81 |
UHC | 葉띕젡B潁 | 111001111010100010110110111010111010000010011010010000101110011110111000 | e7a8b6eba09a42e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)