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 | 猷??恂¬ | 1001011101010001001111110011111110011100100101101000000111001010 | 97513f3f9c9681ca |
EUC-JP | 猷??恂¬ | 1100110110110010001111110011111111010111111101101010001011001100 | cdb23f3fd7f6a2cc |
UTF-8 | 猷득궠恂¬ | 111001111000110010110111111010111001001110011101111010101011011010100000111001101000000110000010111011111011111110100010 | e78cb7eb939deab6a0e68182efbfa2 |
UHC | 猷득궠恂¬ | 11101011101000111011010111100110100000101011001111100010111000011010000111111110 | eba3b5e682b3e2e1a1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)