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 | 薰キ貉ソ陋 | 1111101110011110101101111110011010111001101111111110100010011011 | fb9eb7e6b9bfe89b |
EUC-JP | ?キ貉ソ陋 | 001111111000111010110111111011001011101110001110101111111110111111111011 | 3f8eb7ecbb8ebfeffb |
UTF-8 | 薰キ貉ソ陋 | 111010001001011010110000111011111011110110110111111010001011001010001001111011111011110110111111111010011001100110001011 | e896b0efbdb7e8b289efbdbfe9998b |
UHC | 薰???陋 | 11111101101110010011111100111111001111111101011110110000 | fdb93f3f3fd7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)