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 | 闥ケ謔滉セ | 1110100010010010101110011110011010000010100111111110010010111110 | e892b9e6829fe4be |
EUC-JP | 闥ケ謔滉セ | 11101111111100101000111010111001111010111110001011011110111001101000111010111110 | eff28eb9ebe2dee68ebe |
UTF-8 | 闥ケ謔滉セ | 111010011001011110100101111011111011110110111001111010001010110010010100111001101011101110001001111011111011110110111110 | e997a5efbdb9e8ac94e6bb89efbdbe |
UHC | ??謔滉? | 00111111001111111111100111001100111111001101000100111111 | 3f3ff9ccfcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)