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 | 闢呵等轣シ | 111010001001001110011001111010001001001110011001111001111000000110111100 | e89399e89399e781bc |
EUC-JP | 闢呵等轣シ | 11101111111100111101001011101010110001011111100111101101111000011000111010111100 | eff3d2eac5f9ede18ebc |
UTF-8 | 闢呵等轣シ | 111010011001011110100010111001011001000110110101111001111010110110001001111010001011110110100011111011111011110110111100 | e997a2e591b5e7ad89e8bda3efbdbc |
UHC | 闢呵等?? | 1101110010100011110010101010011111010100111101010011111100111111 | dca3caa7d4f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)