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 | スラ鋕、イ | 101111011101011111111011110101001010010010110010 | bdd7fbd4a4b2 |
EUC-JP | スラ鋕、イ | 1000111010111101100011101101011110001111111001001100000010001110101001001000111010110010 | 8ebd8ed78fe4c08ea48eb2 |
UTF-8 | スラ鋕、イ | 111011111011110110111101111011111011111010010111111010011000101110010101111011111011110110100100111011111011110110110010 | efbdbdefbe97e98b95efbda4efbdb2 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)