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 | 闡ャ豌」 | 111010001001000110101100111001101011000010100011 | e891ace6b0a3 |
EUC-JP | 闡ャ豌」 | 1110111111110001100011101010110011101100101100101000111010100011 | eff18eacecb28ea3 |
UTF-8 | 闡ャ豌」 | 111010011001011110100001111011111011110110101100111010001011000110001100111011111011110110100011 | e997a1efbdace8b18cefbda3 |
UHC | 闡?豌? | 111101001100010100111111111010001101010100111111 | f4c53fe8d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)