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 | 隶吩ス懷愃 | 111010001010111010011001111001001011110110011100111001011001110010111000 | e8ae99e4bd9ce59cb8 |
EUC-JP | 隶吩ス懷愃 | 11110000101100001101001011100110100011101011110111011000111001111101100010111010 | f0b0d2e68ebdd8e7d8ba |
UTF-8 | 隶吩ス懷愃 | 111010011001101010110110111001011001000010101001111011111011110110111101111001101000011110110111111001101000010010000011 | e99ab6e590a9efbdbde687b7e68483 |
UHC | ?吩?懷? | 00111111110111011100001100111111111111001110001100111111 | 3fddc33ffce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)