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 | 貅ソ辷セ驩 | 1110011010111010101111111110011110001000101111101110100110001001 | e6babfe788bee989 |
EUC-JP | 貅ソ辷セ驩 | 11101100101111001000111010111111111011011110100010001110101111101111000111101001 | ecbc8ebfede88ebef1e9 |
UTF-8 | 貅ソ辷セ驩 | 111010001011001010000101111011111011110110111111111010001011111010110111111011111011110110111110111010011010100110101001 | e8b285efbdbfe8beb7efbdbee9a9a9 |
UHC | ????驩 | 001111110011111100111111001111111111110010111110 | 3f3f3f3ffcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)