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 | 邵」闥碑ャ | 1110011110111000101000111110100010010010100101001110100010101100 | e7b8a3e89294e8ac |
EUC-JP | 邵」闥碑ャ | 11101110101110101000111010100011111011111111001011001000111010101000111010101100 | eeba8ea3eff2c8ea8eac |
UTF-8 | 邵」闥碑ャ | 111010011000001010110101111011111011110110100011111010011001011110100101111001111010001010010001111011111011110110101100 | e982b5efbda3e997a5e7a291efbdac |
UHC | 邵??碑? | 11100001110100000011111100111111110111011111100000111111 | e1d03f3fddf83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)