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 | 迪キ繧銀楳 | 111001111000110010110111111000111000001010001011111000101001010010000000 | e78cb7e3828be29480 |
EUC-JP | 迪キ繧銀楳 | 11101101111011001000111010110111111001011110001010110110111001001100011111100000 | edec8eb7e5e2b6e4c7e0 |
UTF-8 | 迪キ繧銀楳 | 111010001011111110101010111011111011110110110111111001111011100110100111111010011000101010000000111001101010010110110011 | e8bfaaefbdb7e7b9a7e98a80e6a5b3 |
UHC | 迪??銀? | 11101110111010000011111100111111111010111101111000111111 | eee83f3febde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)