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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闡ッ謌埼ウ・ | 111010001001000110101111111001101000100010001101111010011011001110100101 | e891afe6888de9b3a5 |
EUC-JP | 闡ッ謌埼ウ・ | 111011111111000110001110101011111110101111101000101110101110101110001110101100111000111010100101 | eff18eafebe8baeb8eb38ea5 |
UTF-8 | 闡ッ謌埼ウ・ | 111010011001011110100001111011111011110110101111111010001010110010001100111001011001111110111100111011111011110110110011111011111011110110100101 | e997a1efbdafe8ac8ce59fbcefbdb3efbda5 |
UHC | 闡??埼?? | 1111010011000101001111110011111111010000111100100011111100111111 | f4c53f3fd0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)