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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闡ッ髑楢 | 11101000100100011010111111101001100100011001001111101000 | e891afe99193e8 |
EUC-JP | 闡ッ髑楢 | 1110111111110001100011101010111111110001111100011100011011101010 | eff18eaff1f1c6ea |
UTF-8 | 闡ッ髑楢 | 111010011001011110100001111011111011110110101111111010011010101110010001111001101010010110100010 | e997a1efbdafe9ab91e6a5a2 |
UHC | 闡??楢 | 111101001100010100111111001111111110101011111001 | f4c53f3feaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)