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 | 邏懷」ォ讀 | 1110011110110100100111001110010110100011101010111110011010100100 | e7b49ce5a3abe6a4 |
EUC-JP | 邏懷」ォ讀 | 11101110101101101101100011100111100011101010001110001110101010111110110010100110 | eeb6d8e78ea38eabeca6 |
UTF-8 | 邏懷」ォ讀 | 111010011000001010001111111001101000011110110111111011111011110110100011111011111011110110101011111010001010111010000000 | e9828fe687b7efbda3efbdabe8ae80 |
UHC | 邏懷??讀 | 1101010110100100111111001110001100111111001111111101010011000001 | d5a4fce33f3fd4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)