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 | 跋サ闡ォ銖 | 1110011011101011101110111110100010010001101010111110011111110001 | e6ebbbe891abe7f1 |
EUC-JP | 跋サ闡ォ銖 | 11101100111011011000111010111011111011111111000110001110101010111110111011110011 | eced8ebbeff18eabeef3 |
UTF-8 | 跋サ闡ォ銖 | 111010001011011110001011111011111011110110111011111010011001011110100001111011111011110110101011111010011000101010010110 | e8b78befbdbbe997a1efbdabe98a96 |
UHC | 跋?闡?銖 | 1101101110100010001111111111010011000101001111111110001011000111 | dba23ff4c53fe2c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)